From 3a6d7b9f3a77c7669a4db68e3427a319dde80a29 Mon Sep 17 00:00:00 2001
From: JediKev <kevinthorne7@yahoo.com>
Date: Thu, 13 Oct 2016 16:03:38 -0500
Subject: [PATCH] Stripping it down to only what we need. Any extra params
 might mess with user exerience.

---
 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 309373cba..2e93d012d 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">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
 	<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