]> source.dussan.org Git - redmine.git/commitdiff
Set user-scalable=no in viewport meta tag (#23883).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 1 Oct 2016 07:45:09 +0000 (07:45 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 1 Oct 2016 07:45:09 +0000 (07:45 +0000)
Patch by Felix Gliesche.

git-svn-id: http://svn.redmine.org/redmine/trunk@15849 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/layouts/base.html.erb

index 6c5a9b2648053f0b97a3679421e74700bdb0e2aa..204cdb6140509a575709f68cbc5936993190d678 100644 (file)
@@ -4,7 +4,7 @@
 <meta charset="utf-8" />
 <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
 <title><%= html_title %></title>
-<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
+<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
 <meta name="description" content="<%= Redmine::Info.app_name %>" />
 <meta name="keywords" content="issue,bug,tracker" />
 <%= csrf_meta_tag %>