Content deleted Content added
PleaseStand (talk | contribs) m fixed regex |
PleaseStand (talk | contribs) adding code to turn off when section editing |
||
Line 395:
window.onload = window.PsOnload;
// Only activate on edit pages (that are not section edit pages)
if(!window.document.getElementById("editform"
(window.___location.search.indexOf("section=") >= 0)) {
return;
}
|