debug
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Fri Feb 15 2019 17:41:18 GMT+0100 (CET)*/
|
/*Generated on:Fri Feb 15 2019 17:43:08 GMT+0100 (CET)*/
|
||||||
var AutomaticDispose_Branch = "master";
|
var AutomaticDispose_Branch = "master";
|
||||||
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
||||||
var da_lss_adis_time = new Date().getTime();
|
var da_lss_adis_time = new Date().getTime();
|
||||||
|
|||||||
Vendored
+3
-2
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Fri Feb 15 2019 17:41:18 GMT+0100 (CET)*/
|
/*Generated on:Fri Feb 15 2019 17:43:08 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -20544,7 +20544,8 @@
|
|||||||
characterDataOldValue: true
|
characterDataOldValue: true
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
$($div[0]).click();
|
setTimeout($($div[0]).click, 500);
|
||||||
|
//$($div[0]).click();
|
||||||
} else {
|
} else {
|
||||||
window.console.log('DEBUG:::', 'Start AutomaticDispose()')
|
window.console.log('DEBUG:::', 'Start AutomaticDispose()')
|
||||||
window.AutomaticDisposeCall = new AutomaticDispose();
|
window.AutomaticDisposeCall = new AutomaticDispose();
|
||||||
|
|||||||
+2
-1
@@ -2511,7 +2511,8 @@
|
|||||||
characterDataOldValue: true
|
characterDataOldValue: true
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
$($div[0]).click();
|
setTimeout($($div[0]).click, 500);
|
||||||
|
//$($div[0]).click();
|
||||||
} else {
|
} else {
|
||||||
window.console.log('DEBUG:::', 'Start AutomaticDispose()')
|
window.console.log('DEBUG:::', 'Start AutomaticDispose()')
|
||||||
window.AutomaticDisposeCall = new AutomaticDispose();
|
window.AutomaticDisposeCall = new AutomaticDispose();
|
||||||
|
|||||||
Reference in New Issue
Block a user