mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
should be clean enough to push
This commit is contained in:
parent
b519f9f156
commit
34a46d6318
4 changed files with 16 additions and 4 deletions
|
@ -70,6 +70,7 @@ 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
|
||||
{
|
||||
|
@ -80,7 +81,7 @@ domline.createDomLine = function(nonEmpty, doesWrap, optBrowser, optDocument)
|
|||
}
|
||||
|
||||
var html = [];
|
||||
var preHtml = '',
|
||||
var preHtml = '',
|
||||
postHtml = '';
|
||||
var curHTML = null;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue