summaryrefslogtreecommitdiffstats
path: root/modules-available/permissionmanager/templates/roleeditor.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/permissionmanager/templates/roleeditor.html')
-rw-r--r--modules-available/permissionmanager/templates/roleeditor.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules-available/permissionmanager/templates/roleeditor.html b/modules-available/permissionmanager/templates/roleeditor.html
index 7de8eaf3..d21b3fbd 100644
--- a/modules-available/permissionmanager/templates/roleeditor.html
+++ b/modules-available/permissionmanager/templates/roleeditor.html
@@ -83,10 +83,6 @@
}
});
- $("form input").keydown(function(e) {
- if (e.keyCode === 13) e.preventDefault();
- });
-
$(".module-toggle").click(function () {
var button = $(this);
var moduleBox = $("#" + button.data("moduleid"));