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

extract jqm controlgroup

This commit is contained in:
Luke Pulverenti 2015-09-06 01:06:16 -04:00
parent 03b5e48d4f
commit 0949a50cc1
19 changed files with 341 additions and 403 deletions

View file

@ -2111,6 +2111,11 @@ var AppInfo = {};
return {};
});
define("jqmcontrolgroup", ["thirdparty/jquerymobile-1.4.5/jqm.controlgroup"], function () {
Dashboard.importCss('thirdparty/jquerymobile-1.4.5/jqm.controlgroup.css');
return {};
});
define("jqmcollapsible", ["jqmicons", "thirdparty/jquerymobile-1.4.5/jqm.collapsible"], function () {
Dashboard.importCss('thirdparty/jquerymobile-1.4.5/jqm.collapsible.css');
return {};
@ -2206,6 +2211,7 @@ var AppInfo = {};
depends.push('jqmpopup');
depends.push('jqmlistview');
depends.push('jqmcollapsible');
depends.push('jqmcontrolgroup');
}
require(depends, function () {