Content deleted Content added
PleaseStand (talk | contribs) m why did it stop working? |
PleaseStand (talk | contribs) m generating an error? |
||
Line 521:
function loadHandler() { // This function is called on page load
// Don't continue if the browser is Internet Explorer
if(window.navigator.appName == "Microsoft Internet Explorer") {
Line 569:
editForm.insertBefore(refsDiv,
window.document.getElementById("editpage-copywarn"));
}
|