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

switch polymer to bower

This commit is contained in:
Luke Pulverenti 2015-06-19 12:36:51 -04:00
parent b9598ffaa1
commit 8f6cbe8de2
348 changed files with 40895 additions and 310 deletions

View file

@ -2042,14 +2042,19 @@ var AppInfo = {};
define("connectservice", ["thirdparty/apiclient/connectservice"]);
define("paperbuttonstyle", [], function () {
Dashboard.importCss('thirdparty/paper-button/paper-button-style.css');
Dashboard.importCss('thirdparty/paper-button-style.css');
return {};
});
define("jqmicons", [], function () {
Dashboard.importCss('thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.icons.css');
return {};
});
define("actionsheet", ["scripts/actionsheet"]);
if (Dashboard.isRunningInCordova() && $.browser.safari) {
define("actionsheet", ["thirdparty/cordova/ios/actionsheet"]);
} else {
define("actionsheet", ["scripts/actionsheet"]);
}
//requirejs(['http://viblast.com/player/free-version/qy2fdwajo1/viblast.js']);