1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 04:26:35 +02:00

Force settings loading

This commit is contained in:
kkapsner 2017-12-15 01:00:52 +01:00
parent a5f3e78292
commit 3bbbfc4a15
3 changed files with 10 additions and 3 deletions

View file

@ -65,7 +65,7 @@
scope.intercept({subject: window}, apis);
}
else {
let forceLoad = false;
let forceLoad = true;
let preIntercepted = false;
let intercepted = false;
const forEachFunction = function(callback){