mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update local sync
This commit is contained in:
parent
95f0f7874f
commit
d0aee5580a
8 changed files with 93 additions and 39 deletions
|
@ -1204,6 +1204,12 @@ var AppInfo = {};
|
|||
return headroom;
|
||||
}
|
||||
|
||||
function createMainContentHammer(Hammer) {
|
||||
|
||||
var hammer = new Hammer(document.querySelector('.mainDrawerPanelContent'), null);
|
||||
return hammer;
|
||||
}
|
||||
|
||||
function initRequire() {
|
||||
|
||||
var urlArgs = "v=" + (window.dashboardVersion || new Date().getDate());
|
||||
|
@ -1511,6 +1517,7 @@ var AppInfo = {};
|
|||
});
|
||||
|
||||
define("headroom-window", ['headroom'], createWindowHeadroom);
|
||||
define("hammer-main", ['hammer'], createMainContentHammer);
|
||||
|
||||
// mock this for now. not used in this app
|
||||
define("playbackManager", [], function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue