Skip to content
Snippets Groups Projects
Commit 49cda3d6 authored by Jared Hancock's avatar Jared Hancock
Browse files

Upgrade jQuery referenced on the staff login page

parent d69dae54
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ defined('OSTSCPINC') or die('Invalid path');
<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">
<script type="text/javascript" src="../js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="<?php echo ROOT_PATH; ?>js/jquery-1.8.3.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("input:not(.dp):visible:enabled:first").focus();
......
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