MediaWiki

TextboxReplace.js: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 March 2008

  • curprev 15:4215:42, 16 March 2008Eivind talk contribs 282 bytes +282 New page: function wpTextboxReplace() { var s = prompt("Text to replace:"); if(s){ var r = prompt("Replace /"+s+"/ with:"); if(!r && r != '') return; var txt = docume...