1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

3.0.5666.4

This commit is contained in:
Luke Pulverenti 2015-07-10 10:25:18 -04:00
parent 5f32167765
commit 4e815ceaf0
4 changed files with 137 additions and 76 deletions

View file

@ -2014,6 +2014,12 @@ var AppInfo = {};
define("sharingwidget", ["scripts/sharingwidget"]);
}
if (Dashboard.isRunningInCordova() && $.browser.safari) {
define("searchmenu", ["cordova/searchmenu"]);
} else {
define("searchmenu", ["scripts/searchmenu"]);
}
$.extend(AppInfo, Dashboard.getAppInfo(appName, deviceId, deviceName));
$(document).on('WebComponentsReady', function () {