From e0dd9ec872eb93fd1b42e50c4a236cccbaa07413 Mon Sep 17 00:00:00 2001
From: JediKev <kevin@enhancesoft.com>
Date: Fri, 25 Jan 2019 11:25:15 -0600
Subject: [PATCH] jq: Update jQuery UI References

This updates the references to the old jQuery UI filename to the new
filename. (this needs #4672 merged first)
---
 include/staff/login.tpl.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/staff/login.tpl.php b/include/staff/login.tpl.php
index ca9e751af..2bf58c727 100644
--- a/include/staff/login.tpl.php
+++ b/include/staff/login.tpl.php
@@ -141,6 +141,6 @@ if (count($ext_bks)) { ?>
         #loginBox:after { background-color: white !important; }
     </style>
     <![endif]-->
-    <script type="text/javascript" src="<?php echo ROOT_PATH; ?>js/jquery-ui-1.10.3.custom.min.js"></script>
+    <script type="text/javascript" src="<?php echo ROOT_PATH; ?>js/jquery-ui-1.12.1.custom.min.js"></script>
 </body>
 </html>
-- 
GitLab