Skip to content
Snippets Groups Projects
Commit b1322d24 authored by JediKev's avatar JediKev
Browse files

Removes user-scalable=no because it prevents mobile users ability to zoom

parent 5fc7ab0f
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ defined('OSTSCPINC') or die('Invalid path');
<meta name="robots" content="noindex" />
<meta http-equiv="cache-control" 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.0, maximum-scale=1.0">
<script type="text/javascript" src="<?php echo ROOT_PATH; ?>js/jquery-1.11.2.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment