Difference between revisions of User:Viceroy Sam/common.js
Viceroy Sam (talk | contribs) u |
Viceroy Sam (talk | contribs) User:Sam.Watson/nightpedia.js |
||
| Line 1: | Line 1: | ||
importScript('User: | importScript('User:Sam.Watson/nightpedia.js') | ||
// Code by [[User:Jarry1250]] to stop the "return" key taking effect in the "edit summary" box | // 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; } } ); | $(".mw-summary").keypress(function(e){ if (e.which == 13) { return false; } } ); | ||