summaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2016-01-08 13:41:52 +0000
committerJohn McLear <john@mclear.co.uk>2016-01-08 13:41:52 +0000
commitf80407c6ffab746eeb12bedb59da622fa16aa532 (patch)
tree39d47fb55ce0cf97d9333f961753d33606efb191 /src/static
parentcb874b695b35f574adb6989bb4eee0a66f478f6d (diff)
downloadetherpad-lite-f80407c6ffab746eeb12bedb59da622fa16aa532.zip
removal
Diffstat (limited to 'src/static')
-rw-r--r--src/static/js/domline.js1
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
{