mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
blind attempt to try
This commit is contained in:
parent
73d6030762
commit
eacf1118f8
3 changed files with 12 additions and 15 deletions
|
@ -65,7 +65,7 @@ domline.createDomLine = function(nonEmpty, doesWrap, optBrowser, optDocument)
|
|||
lineMarker: 0
|
||||
};
|
||||
|
||||
var browser = (optBrowser || {});
|
||||
// var browser = (optBrowser || {});
|
||||
var document = optDocument;
|
||||
|
||||
if (document)
|
||||
|
@ -225,7 +225,7 @@ domline.createDomLine = function(nonEmpty, doesWrap, optBrowser, optDocument)
|
|||
{
|
||||
newHTML += ' ';
|
||||
}
|
||||
else if (!browser.msie)
|
||||
else if (!optBrowser.msie)
|
||||
{
|
||||
newHTML += '<br/>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue