User:Year2000Prob/monobook.js: Difference between revisions

Content deleted Content added
No edit summary
mNo edit summary
Line 33:
else script.onreadystatechange = function() {
if (this.readyState == "complete" || this.readyState == 4)
attrs.onload.apply(this,arguments)}; delete hattrs.onload};
for (var attr in attrs) script.setAttribute(attr, attrs[attr])};
self.imported[self.imported.length] = document.getElementsByTagName("head")[0].appendChild(script);