MediaWiki:BibleGet.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 136: Line 136:
clearInterval(interval);
clearInterval(interval);
}
}
doFurtherDomManipulation();
//However we still seem to be running into issues with being able to do calculations on elements
//So let's maybe wait just a little bit before doing our calculations?
setTimeout(doFurtherDomManipulation,300);
}
}
};
};