Annullamento ottimizzazione hooks
This commit is contained in:
parent
8d3bdcc59b
commit
684bb6f2f2
|
@ -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) {
|
|||
}
|
||||
},
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue