User:PleaseStand/segregate-refs-dev.js: Difference between revisions

Content deleted Content added
m generating an error?
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 =", "display: none;");
}
Line 569:
editForm.insertBefore(refsDiv,
window.document.getElementById("editpage-copywarn"));
} catch(e) {
 
}
}