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

Stripping it down to only what we need. Any extra params might mess with user exerience.

parent 3a6d7b9f
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">
<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">
$(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