diff options
author | John McLear <john@mclear.co.uk> | 2015-01-19 15:15:52 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2015-01-19 15:15:52 +0000 |
commit | c315defc3124b44e9c5300e93952f124f7e1d82f (patch) | |
tree | 98a14baeac78bbc0c86cbb67d1d57f2cce4db373 /src/static/js | |
parent | ab71bc7c205e6944fcdc46b09cb8e603c433540e (diff) | |
download | etherpad-lite-c315defc3124b44e9c5300e93952f124f7e1d82f.zip |
temp bodge fix
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 ebc03ca4..5204e2a1 100644 --- a/src/static/js/ace2_inner.js +++ b/src/static/js/ace2_inner.js @@ -1910,6 +1910,7 @@ function Ace2Inner(){ if (charsLeft === 0) { var index = 0; + browser.msie = false; // Temp fix to resolve enter and backspace issues.. if (browser.msie && line == (rep.lines.length() - 1) && lineNode.childNodes.length === 0) { // best to stay at end of last empty div in IE @@ -2905,7 +2906,6 @@ function Ace2Inner(){ { if (browser.msie && (!nonEmpty)) { -top.console.log("here"); var result = { node: null, appendSpan: noop, |