User:Turky Alkathery/common.js: Difference between revisions

Jump to navigation Jump to search
(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.');
});