MediaWiki:BibleGet.js: Difference between revisions
Content deleted Content added
Johnrdorazio (talk | contribs) No edit summary |
Johnrdorazio (talk | contribs) No edit summary |
||
Line 2:
let bibleQuoteCollection = [];
let domCheckInterval = null;
let ajaxCount = 0;
(function($,mw){
$(document).ready(function(){
Line 99 ⟶ 100:
}); //END document ready
$(document).ajaxStop(function(){
console.log("ajaxStop has fired " + ++ajaxCount + " time(s)");
//just because ajax requests have finished doesn't mean the dom manipulation is done...
//let's create a check for all elements before doing any further manipulation
|