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

isolate jqm checkbox

This commit is contained in:
Luke Pulverenti 2015-09-06 12:11:41 -04:00
parent 429f27755b
commit 8199fe27ff
18 changed files with 423 additions and 419 deletions

View file

@ -2121,6 +2121,11 @@ var AppInfo = {};
return {};
});
define("jqmcheckbox", ["jqmicons", "thirdparty/jquerymobile-1.4.5/jqm.checkbox"], function () {
Dashboard.importCss('thirdparty/jquerymobile-1.4.5/jqm.checkbox.css');
return {};
});
define("jqmpanel", ["thirdparty/jquerymobile-1.4.5/jqm.panel"], function () {
$.mobile.panel.prototype.options.classes.modalOpen = "largePanelModalOpen ui-panel-dismiss-open";
$.mobile.panel.prototype.options.classes.panel = "largePanel ui-panel";
@ -2212,6 +2217,7 @@ var AppInfo = {};
depends.push('jqmlistview');
depends.push('jqmcollapsible');
depends.push('jqmcontrolgroup');
depends.push('jqmcheckbox');
}
require(depends, function () {