diff options
author | John McLear <john@mclear.co.uk> | 2016-01-08 13:41:52 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2016-01-08 13:41:52 +0000 |
commit | f80407c6ffab746eeb12bedb59da622fa16aa532 (patch) | |
tree | 39d47fb55ce0cf97d9333f961753d33606efb191 /src/static | |
parent | cb874b695b35f574adb6989bb4eee0a66f478f6d (diff) | |
download | etherpad-lite-f80407c6ffab746eeb12bedb59da622fa16aa532.zip |
removal
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/js/domline.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/static/js/domline.js b/src/static/js/domline.js index 013f713d..ed3f147a 100644 --- a/src/static/js/domline.js +++ b/src/static/js/domline.js @@ -70,7 +70,6 @@ domline.createDomLine = function(nonEmpty, doesWrap, optBrowser, optDocument) if (document) { result.node = document.createElement("div"); - result.node.setAttribute("contentEditable", true); // Works but doesn't allow drag n drop ;( } else { |