mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update ie messages
This commit is contained in:
parent
e9869627ca
commit
53c2a5fe3c
1 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
(function () {
|
||||
define(['browser'], function (browser) {
|
||||
|
||||
require(['css!devices/ie/ie.css']);
|
||||
var browserSwitchKey = "ieswitchbrowser";
|
||||
|
@ -31,7 +31,7 @@
|
|||
title: Globalize.translate('HeaderTryMicrosoftEdge')
|
||||
});
|
||||
|
||||
} else {
|
||||
} else if (!browser.mobile) {
|
||||
|
||||
expectedValue = getWeek(new Date()) + "_7";
|
||||
|
||||
|
@ -60,5 +60,4 @@
|
|||
|
||||
pageClassOn('pageshow', "libraryPage", onPageShow);
|
||||
pageClassOn('pageshow', "type-interior", onPageShow);
|
||||
|
||||
})();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue