mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Drop support for Internet Explorer
This commit is contained in:
parent
c5cf7ab144
commit
b82bf5c726
7 changed files with 149 additions and 619 deletions
|
@ -201,7 +201,7 @@ domline.createDomLine = function (nonEmpty, doesWrap, optBrowser, optDocument) {
|
|||
if (!newHTML) {
|
||||
if ((!document) || (!optBrowser)) {
|
||||
newHTML += ' ';
|
||||
} else if (!optBrowser.msie) {
|
||||
} else {
|
||||
newHTML += '<br/>';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue