aboutsummaryrefslogtreecommitdiffstats
path: root/include/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'include/main.js')
-rw-r--r--include/main.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/main.js b/include/main.js
index ef6b059cc..d137d4c9c 100644
--- a/include/main.js
+++ b/include/main.js
@@ -44,6 +44,11 @@
$('#pause').html('');
}
}
+ if(event.keyCode == '36') {
+ event.preventDefault();
+ if(homebase)
+ document.location = homebase;
+ }
});
});