2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Fixed dialog box not appearing with new version of jquery / jquery ui

Fixed case not completing due to quotas with exclude_var_id of 0
Fixed notice on interface2 where $appointment  variable not specified
This commit is contained in:
Adam Zammit
2015-08-03 16:00:05 +10:00
parent a3ed3f47ef
commit 78714121ec
5 changed files with 11 additions and 16 deletions

View File

@@ -112,7 +112,7 @@ if (isset($_GET['endcase']))
//if ($db->HasFailedTrans()) {print "<p>FAILED AT ENDCASE</p>"; exit();}
}
$js = array("js/popup.js","js/tabber.js","include/jquery/jquery-1.4.2.min.js","include/jquery-ui/jquery-ui.min.js");
$js = array("js/popup.js","js/tabber.js","include/jquery/jquery.min.js","include/jquery-ui/jquery-ui.min.js");
$body = true;
$script = "";
if (AUTO_LOGOUT_MINUTES !== false)