Content deleted Content added
PleaseStand (talk | contribs) m generating an error? |
PleaseStand (talk | contribs) found the bug |
||
Line 521:
function loadHandler() { // This function is called on page load
try {
// Don't continue if the browser is Internet Explorer
if(window.navigator.appName == "Microsoft Internet Explorer") {
Line 560:
if(typeof SegregateRefsJsAllowConversion == "undefined" ||
!SegregateRefsJsAllowConversion) {
convertButton.setAttribute("style
}
Line 569:
editForm.insertBefore(refsDiv,
window.document.getElementById("editpage-copywarn"));
} catch(e) {
}
}
|