Allow screen scaling

Sun, 12 May 2019 21:43:23 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 12 May 2019 21:43:23 +0200
changeset 369
cb59de6241b9
parent 368
e9dafd7a59d5
child 370
e6ac8d7ed08b

Allow screen scaling

www/includes/global.inc.php file | annotate | diff | comparison | revisions
--- a/www/includes/global.inc.php	Sun May 12 21:03:22 2019 +0200
+++ b/www/includes/global.inc.php	Sun May 12 21:43:23 2019 +0200
@@ -118,7 +118,7 @@
   <link type="text/css" href="css/style.css" rel="stylesheet" media="all" />
   <link type="text/css" href="jqwidgets/styles/jqx.base.css" rel="stylesheet" />
   <link type="text/css" href="jqwidgets/styles/jqx.<?php echo $my_style; ?>.css" rel="stylesheet" />
-  <meta name="viewport" content="width=device-width, initial-scale=1 maximum-scale=1 minimum-scale=1" />
+  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <script>
 	var theme = "<?php echo $my_style; ?>";
 	var my_record = "<?php echo $my_record; ?>";

mercurial