aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2015-04-25 19:51:22 +0200
committerKristian Lyngstol <kristian@bohemians.org>2015-04-25 19:51:22 +0200
commit96b282eb6cbcb783faf133fd793a7cb2e2fd6f6d (patch)
treea4f72d3bf7c8c0214f9bc431528017bc4f75b30a
parent867d787c4ab152719dfe13b1f13ab3e303a4780e (diff)
NMS: Disable debug handler for key bindings
-rw-r--r--web/nms.gathering.org/nms2/js/nms.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/nms.gathering.org/nms2/js/nms.js b/web/nms.gathering.org/nms2/js/nms.js
index cf2690e..9bd5bcf 100644
--- a/web/nms.gathering.org/nms2/js/nms.js
+++ b/web/nms.gathering.org/nms2/js/nms.js
@@ -79,7 +79,7 @@ var nms = {
'l':moveTimeFromKey,
'p':moveTimeFromKey,
'r':moveTimeFromKey,
- 'default':keyDebug
+ 'not-default':keyDebug
}
};