aboutsummaryrefslogtreecommitdiff
path: root/online/global.js
diff options
context:
space:
mode:
Diffstat (limited to 'online/global.js')
-rw-r--r--online/global.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/online/global.js b/online/global.js
index 0e4fe32..febe8ab 100644
--- a/online/global.js
+++ b/online/global.js
@@ -357,7 +357,7 @@ function checkOnlineLogin() {
}
$("#theirid").keydown(function(e) {
- if (e.keyCode === 27 || e.keyCode === 8) { // esc
+ if (e.keyCode === 27) { // esc
$("body").fadeOut(200);
setTimeout(() => {
location.href = "menu.html?back";