mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge branch 'master' into scrollmanager
This commit is contained in:
commit
906442fba0
194 changed files with 2019 additions and 1665 deletions
|
@ -478,6 +478,9 @@ var AppInfo = {};
|
|||
keyboardnavigation.enable();
|
||||
});
|
||||
require(["focusPreventScroll"]);
|
||||
require(["autoFocuser"], function(autoFocuser) {
|
||||
autoFocuser.enable();
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
|
@ -866,6 +869,7 @@ var AppInfo = {};
|
|||
define("skinManager", [componentsPath + "/skinManager"], returnFirstDependency);
|
||||
define("keyboardnavigation", [componentsPath + "/keyboardnavigation"], returnFirstDependency);
|
||||
define("scrollManager", [componentsPath + "/scrollManager"], returnFirstDependency);
|
||||
define("autoFocuser", [componentsPath + "/autoFocuser"], returnFirstDependency);
|
||||
define("connectionManager", [], function () {
|
||||
return ConnectionManager;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue