summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--classes/backend.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/backend.php b/classes/backend.php
index 29f18171f..6fa31864d 100644
--- a/classes/backend.php
+++ b/classes/backend.php
@@ -45,8 +45,6 @@ class Backend extends Handler {
foreach ($hotkeys as $action => $description) {
print "<li>";
- print "<input dojoType=\"dijit.form.CheckBox\"
- type=\"checkbox\" disabled=\"1\" checked=\"1\">";
print "<span class='hksequence'>" . $omap[$action] . "</span>";
print $description;
print "</li>";