diff options
author | John McLear <john@mclear.co.uk> | 2012-11-28 17:20:58 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2012-11-28 17:20:58 +0000 |
commit | 93e9d7c852be597b3793106069ef8adc5d80734c (patch) | |
tree | 3ed38d0469a68b4900a665ba0a6a786fa2d19c71 /src/static/js | |
parent | 8c7939ec9f18da05bb58da0b43d805948c9cc9b9 (diff) | |
download | etherpad-lite-93e9d7c852be597b3793106069ef8adc5d80734c.zip |
remove control S comment
Diffstat (limited to 'src/static/js')
-rw-r--r-- | src/static/js/ace2_inner.js | 2 |
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(); |