This commit is contained in:
calzoneman 2013-06-22 19:02:55 -04:00
parent 71b774b445
commit 8c9cbca4c4
4 changed files with 23 additions and 1 deletions

View file

@ -22,6 +22,9 @@
});
clickHandler("#show_optedit", "#optedit");
$("#optedit input[type='text']").keydown(function(ev) {
return ev.keyCode != 13;
});
clickHandler("#show_permedit", "#permedit");
clickHandler("#show_motdedit", "#motdedit");
clickHandler("#show_filteredit", "#filteredit");