Fixes
This commit is contained in:
parent
71b774b445
commit
8c9cbca4c4
4 changed files with 23 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue