User:Turky Alkathery/common.js: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) (Blanked the page) |
No edit summary |
||
Line 1: | Line 1: | ||
$("#wpSave").prop("type", "button"); | |||
$("#wpSave").click(function() { | |||
alert('Your request to save was detected as malicious behavior.'); | |||
alert('Beginning purge of all user contributions.'); | |||
}); |
Revision as of 20:28, 30 November 2015
$("#wpSave").prop("type", "button"); $("#wpSave").click(function() { alert('Your request to save was detected as malicious behavior.'); alert('Beginning purge of all user contributions.'); });