User:Animum/reset.js: Difference between revisions

Content deleted Content added
Animum (talk | contribs)
Done
Animum (talk | contribs)
I am such an idiot
Line 8:
function addResetTab() {
if( wgPageName == "Wikipedia:Sandbox" && ( wgAction == "edit" || wgAction == "submit" ) ) //Add the tab for previews, edit conflicts, and bare editing of the sandbox
{ addPortletLink('p-cactions', 'javascript:resetSandbox()', 'reset', 'ca-reset', "Reset the Sandbox"); }
}