]> source.dussan.org Git - redmine.git/commitdiff
Merged r15849 (#23883).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 2 Oct 2016 10:20:19 +0000 (10:20 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 2 Oct 2016 10:20:19 +0000 (10:20 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15874 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/layouts/base.html.erb

index 488835850134aeb1ed250d01b02673f8d2d507b3..23f10bdf9e37f67701e25f81d15063eaffd41072 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 %>