Annullamento ottimizzazione hooks

This commit is contained in:
loviuz 2023-03-09 19:55:01 +01:00
parent 8d3bdcc59b
commit 684bb6f2f2
1 changed files with 23 additions and 25 deletions

View File

@ -56,7 +56,6 @@ function startHooks() {
* @param hook
*/
function startHook(hook, init) {
if (document.hasFocus()) {
$.ajax({
url: globals.rootdir + "/ajax.php",
type: "get",
@ -84,7 +83,6 @@ function startHook(hook, init) {
}
},
});
}
}
/**