HESK v3.2.5

This commit is contained in:
Luke Tainton
2022-04-23 17:18:38 +01:00
parent f7cfa565b1
commit 177f99d0ef
136 changed files with 463 additions and 345 deletions

View File

@@ -229,7 +229,7 @@ $(document).ready(function() {
$(document).click(closeAllSelect);
$(document).on("touchend", "body", function(e) {
if (documentClick) {
$(document).unbind("click");
//$(document).unbind("click");
documentClick = false;
}
closeAllSelect(e);

File diff suppressed because one or more lines are too long