mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36: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
|
@ -406,13 +406,6 @@ var pad = {
|
|||
pad.initTime = +(new Date());
|
||||
pad.padOptions = clientVars.initialOptions;
|
||||
|
||||
// for IE
|
||||
if (browser.msie) {
|
||||
try {
|
||||
document.execCommand('BackgroundImageCache', false, true);
|
||||
} catch (e) {}
|
||||
}
|
||||
|
||||
// order of inits is important here:
|
||||
pad.myUserInfo = {
|
||||
userId: clientVars.userId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue