summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2012-11-28 17:20:58 +0000
committerJohn McLear <john@mclear.co.uk>2012-11-28 17:20:58 +0000
commit93e9d7c852be597b3793106069ef8adc5d80734c (patch)
tree3ed38d0469a68b4900a665ba0a6a786fa2d19c71
parent8c7939ec9f18da05bb58da0b43d805948c9cc9b9 (diff)
downloadetherpad-lite-93e9d7c852be597b3793106069ef8adc5d80734c.zip
remove control S comment
-rw-r--r--src/static/js/ace2_inner.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/js/ace2_inner.js b/src/static/js/ace2_inner.js
index 9290fd56..da646b7e 100644
--- a/src/static/js/ace2_inner.js
+++ b/src/static/js/ace2_inner.js
@@ -3537,7 +3537,7 @@ function Ace2Inner(){
var keyCode = evt.keyCode;
var which = evt.which;
- // prevent ESC key and Control S
+ // prevent ESC key
if (keyCode == 27)
{
evt.preventDefault();