From 49cda3d6da765c06c687c98bf5d574b39a83f71b Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Fri, 18 Oct 2013 21:08:16 +0000 Subject: [PATCH] Upgrade jQuery referenced on the staff login page --- include/staff/login.header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/staff/login.header.php b/include/staff/login.header.php index cf6fbddba..f1494a96f 100644 --- a/include/staff/login.header.php +++ b/include/staff/login.header.php @@ -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(); -- GitLab