mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
expose modernIE value
This commit is contained in:
parent
26a1584470
commit
3cd8759cec
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ if(browser.msie){
|
||||||
if(parseInt(browser.version) >= 11){
|
if(parseInt(browser.version) >= 11){
|
||||||
delete browser.msie;
|
delete browser.msie;
|
||||||
browser.chrome = true;
|
browser.chrome = true;
|
||||||
|
browser.modernIE = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue