diff options
author | John McLear <john@mclear.co.uk> | 2015-03-25 23:30:17 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2015-03-25 23:30:17 +0000 |
commit | e67ae522e22afedac8585209eabdd3f388a24c78 (patch) | |
tree | 8b1abcc6a61556481e79efb87d199e6a29c84dd1 /src/static/js/ace2_inner.js | |
parent | aff802a0b3e4f050a0558db5c91d24884751d516 (diff) | |
download | etherpad-lite-e67ae522e22afedac8585209eabdd3f388a24c78.zip |
support drop down show events
Diffstat (limited to 'src/static/js/ace2_inner.js')
-rw-r--r-- | src/static/js/ace2_inner.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/static/js/ace2_inner.js b/src/static/js/ace2_inner.js index 2b7e2d4a..e190bfd7 100644 --- a/src/static/js/ace2_inner.js +++ b/src/static/js/ace2_inner.js @@ -4962,7 +4962,6 @@ function Ace2Inner(){ // a fix: in IE, clicking on a control like a button outside the // iframe can "blur" the editor, causing it to stop getting // events, though typing still affects it(!). - top.console.log("blur handled"); setSelection(null); } } |