Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
5d52328
1
Parent(s):
96dfb34
- static/index.html +2 -1
static/index.html
CHANGED
@@ -588,7 +588,8 @@
|
|
588 |
"Home", // scroll to top
|
589 |
"End", // scroll to bottom
|
590 |
"Enter",
|
591 |
-
"Delete"
|
|
|
592 |
]);
|
593 |
|
594 |
function isForbiddenCombo(e) {
|
|
|
588 |
"Home", // scroll to top
|
589 |
"End", // scroll to bottom
|
590 |
"Enter",
|
591 |
+
"Delete",
|
592 |
+
"/"
|
593 |
]);
|
594 |
|
595 |
function isForbiddenCombo(e) {
|