summaryrefslogtreecommitdiffstats
path: root/modules-available/permissionmanager/templates/roleeditor.html
diff options
context:
space:
mode:
authorChristian Hofmaier2017-04-10 18:58:26 +0200
committerChristian Hofmaier2017-04-10 18:58:26 +0200
commitf017c089f5ea740f3e4e458ff976e987ad2426ee (patch)
tree7bff0cecfcdebf7af38d703e98cd65dfbad9c1ed /modules-available/permissionmanager/templates/roleeditor.html
parent[permission-manager] added permission check functionality + bugfixes (diff)
downloadslx-admin-f017c089f5ea740f3e4e458ff976e987ad2426ee.tar.gz
slx-admin-f017c089f5ea740f3e4e458ff976e987ad2426ee.tar.xz
slx-admin-f017c089f5ea740f3e4e458ff976e987ad2426ee.zip
[permission-manager] moved multiple code, added text-search to rolesTable
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"));