Difference between revisions of User:Viceroy Sam/common.js

Jump to navigation Jump to search
(u)
m (NottNott moved page User:Sam.Watson/common.js to User:Viceroy Sam/common.js: Automatically moved page while renaming the user "Sam.Watson" to "Viceroy Sam")
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
importScript('User:MusikAnimal/nightpedia.js')


// Code by [[User:Jarry1250]] to stop the "return" key taking effect in the "edit summary" box
$(".mw-summary").keypress(function(e){ if (e.which == 13) { return false; } } );

Latest revision as of 10:28, 19 June 2020