mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
ie fixes
This commit is contained in:
parent
8794fb6ecc
commit
62516ac9b9
1 changed files with 1 additions and 1 deletions
|
@ -1996,7 +1996,7 @@ var AppInfo = {};
|
|||
|
||||
var embyWebComponentsBowerPath = bowerPath + '/emby-webcomponents';
|
||||
|
||||
if (browser.mobile) {
|
||||
if (browser.mobile || browser.msie) {
|
||||
define("prompt", [embyWebComponentsBowerPath + "/prompt/nativeprompt"], returnFirstDependency);
|
||||
define("confirm", [embyWebComponentsBowerPath + "/confirm/nativeconfirm"], returnFirstDependency);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue