fix offset next load

This commit is contained in:
2019-01-19 17:42:17 +01:00
parent 7b7859df7f
commit 61e1535237
4 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Sat Jan 19 2019 17:36:25 GMT+0100 (CET)*/
/*Generated on:Sat Jan 19 2019 17:42:16 GMT+0100 (CET)*/
var AutomaticDispose_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime();
+6 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Sat Jan 19 2019 17:36:25 GMT+0100 (CET)*/
/*Generated on:Sat Jan 19 2019 17:42:16 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -19902,6 +19902,11 @@ $(document).ready(function () {
window.AutomaticDisposeCall = new AutomaticDispose();
}, 250);
}
} else if (mutation.attributeName === "href") {
if (typeof ppppp != 'undefined') {
clearTimeout(ppppp);
}
$(mutation.target).click();
}
});
});