User:DemonDays64/Scripts/Dumb quotes.js: Difference between revisions

Content deleted Content added
Syntax, real regex
try to fix diff display
Line 11:
event.preventDefault();
editPage();
document.editform.diff();
});
function runRegex(regex) {
Line 42 ⟶ 43:
doEdit();
setEditSummary("Replaced smart quotes with dumb. Problem? [[User talk:DemonDays64|Tell me]].", true);
document.editform.diff();
}
});