User:Animum/reset.js: Difference between revisions

Content deleted Content added
Animum (talk | contribs)
Comments and a new action
Animum (talk | contribs)
Fix
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:addText()', 'reset', 'ca-reset', "Reset the Sandbox"); }
}