mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
trim jqm
This commit is contained in:
parent
68f6551ee5
commit
cacc76dc5d
22 changed files with 301 additions and 298 deletions
|
@ -2107,6 +2107,11 @@ var AppInfo = {};
|
|||
define("searchmenu", ["scripts/searchmenu"]);
|
||||
}
|
||||
|
||||
define("jqmtable", ["thirdparty/jquerymobile-1.4.5/jqm.table"], function () {
|
||||
Dashboard.importCss('thirdparty/jquerymobile-1.4.5/jqm.table.css');
|
||||
return {};
|
||||
});
|
||||
|
||||
$.extend(AppInfo, Dashboard.getAppInfo(appName, deviceId, deviceName));
|
||||
|
||||
var drawer = document.querySelector('.mainDrawerPanel');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue