Skip to content
Snippets Groups Projects
Commit fe50325a authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #3377 from JediKev/feature/user-mobile-scalability


Feature / User Portal Mobile Scalability (Zoom)

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents a93f70ec e85d2a3f
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ if ($lang) { ...@@ -28,7 +28,7 @@ if ($lang) {
<title><?php echo Format::htmlchars($title); ?></title> <title><?php echo Format::htmlchars($title); ?></title>
<meta name="description" content="customer support platform"> <meta name="description" content="customer support platform">
<meta name="keywords" content="osTicket, Customer support system, support ticket system"> <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">
<link rel="stylesheet" href="<?php echo ROOT_PATH; ?>css/osticket.css" media="screen"> <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/theme.css" media="screen">
<link rel="stylesheet" href="<?php echo ASSETS_PATH; ?>css/print.css" media="print"> <link rel="stylesheet" href="<?php echo ASSETS_PATH; ?>css/print.css" media="print">
......
...@@ -12,7 +12,7 @@ defined('OSTSCPINC') or die('Invalid path'); ...@@ -12,7 +12,7 @@ defined('OSTSCPINC') or die('Invalid path');
<meta name="robots" content="noindex" /> <meta name="robots" content="noindex" />
<meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" /> <meta http-equiv="pragma" content="no-cache" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="<?php echo ROOT_PATH; ?>js/jquery-1.11.2.min.js"></script> <script type="text/javascript" src="<?php echo ROOT_PATH; ?>js/jquery-1.11.2.min.js"></script>
<script type="text/javascript"> <script type="text/javascript">
$(document).ready(function() { $(document).ready(function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment