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

use shared action sheet

This commit is contained in:
Luke Pulverenti 2016-02-21 15:39:14 -05:00
parent 7204e2a9d8
commit a832af5f4c
6 changed files with 279 additions and 16 deletions

View file

@ -1835,7 +1835,8 @@ var AppInfo = {};
paths.sharingwidget = "components/sharingwidget";
paths.serverdiscovery = apiClientBowerPath + "/serverdiscovery";
paths.wakeonlan = apiClientBowerPath + "/wakeonlan";
paths.actionsheet = "scripts/actionsheet";
define("actionsheet", [embyWebComponentsBowerPath + "/actionsheet/actionsheet"], returnFirstDependency);
}
// hack for an android test before browserInfo is loaded