From 5fc7ab0fe41725ecf791350399b72c7e42214ba3 Mon Sep 17 00:00:00 2001 From: JediKev <kevinthorne7@yahoo.com> Date: Wed, 28 Sep 2016 09:24:18 -0500 Subject: [PATCH] Removes user-scalable=no because it prevents mobile users ability to zoom --- include/client/header.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/client/header.inc.php b/include/client/header.inc.php index 42b7b6c78..309373cba 100644 --- a/include/client/header.inc.php +++ b/include/client/header.inc.php @@ -28,7 +28,7 @@ if ($lang) { <title><?php echo Format::htmlchars($title); ?></title> <meta name="description" content="customer support platform"> <meta name="keywords" content="osTicket, Customer support system, support ticket system"> - <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> <link rel="stylesheet" href="<?php echo ROOT_PATH; ?>css/osticket.css" media="screen"> <link rel="stylesheet" href="<?php echo ASSETS_PATH; ?>css/theme.css" media="screen"> <link rel="stylesheet" href="<?php echo ASSETS_PATH; ?>css/print.css" media="print"> -- GitLab