Content deleted Content added
Aaron Schulz (talk | contribs) m JS: Replacing "{0,1}" with "?". |
Aaron Schulz (talk | contribs) debug |
||
Line 685:
{l[i].value = '1'; l[i].checked=true;}
}
alert( whattag );
document.editform.wpSummary.value += 'Unprotected page -- removing tag';
document.editform.wpTextbox1.value = document.editform.wpTextbox1.value.replace(whattag,'');
|