clear document.body.onload at startup, to remove error from remains of stock intel initialisation

This commit is contained in:
Jon Atkins 2013-06-08 20:29:19 +01:00
parent 2a52f2e002
commit 98f6f19731

View File

@ -21,6 +21,7 @@ window.iitcBuildDate = '@@BUILDDATE@@';
// disable vanilla JS
window.onload = function() {};
document.body.onload = function() {};
// rescue user data from original page