User:Cuckooman4/statustab.js: Difference between revisions

Content deleted Content added
Cuckooman4 (talk | contribs)
Oh, wait, MediaWiki doesn't parse the wikitext in scripts... I knew that.
Cuckooman4 (talk | contribs)
Adding default unchecked
Line 16:
document.getElementById("wpTextbox1").innerText = statussyntax.split("%STATUSPARAMS%")[0] + statusprompt + statussyntax.split("%STATUSPARAMS%")[1]
document.getElementById("wpSummary").value = "Changing status: " + statusprompt
document.getElementById("wpMinoredit").checked = false
}
}