Content deleted Content added
WOSlinkerBot (talk | contribs) ←Created page with 'function lint_queryString(p) { var re = RegExp('[&?]' + p + '=([^&]*)'); var matches; if (matches = re.exec(document.___location)) { try { return decodeURI(matches[1]); } catch (e) { } } return null; } //Add a 'lint edit' tab if(mw.config.get('wgArticleId') != 0 ) { $( function lintEditButton() { mw.util.addPortletLink('p-cactions', mw.util.getUrl(null,{action:'edit',lintedi...' |
WOSlinkerBot (talk | contribs) No edit summary |
||
Line 25:
var myContent = document.getElementById('wpTextbox1').value;
myContent = myContent.replace(/(\<span class\=\"plainlinks\"\>)\n(The First WikiConference India is being organized in Mumbai and will take place on 18-20 November 2011\.\<br\> You can see our )\[http\:\/\/meta\.wikimedia\.org\/wiki\/WikiConference_India_2011 Official website\](\, the \[http\:\/\/www\.facebook\.com\/event\.php\?eid\=183138458406482 Facebook event\] and our \[https\:\/\/spreadsheets\.google\.com\/spreadsheet\/viewform\?hl\=en_US\&formkey\=dGNxSzAxUndoOHRGamdDSTFMVGNrd3c6MA\#gid\=0 Scholarship form\]\.
if(document.getElementById('wpTextbox1').value != myContent) {
|