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

update supporterkey.html

This commit is contained in:
Luke Pulverenti 2016-03-17 12:31:38 -04:00
parent 2fa1b14785
commit 0bd0cc2719
2 changed files with 5 additions and 0 deletions

View file

@ -1741,6 +1741,8 @@ var AppInfo = {};
}
define("backdrop", [embyWebComponentsBowerPath + "/backdrop/backdrop"], returnFirstDependency);
define("fetchHelper", [embyWebComponentsBowerPath + "/fetchhelper"], returnFirstDependency);
define("viewManager", [embyWebComponentsBowerPath + "/viewmanager"], function (viewManager) {
viewManager.dispatchPageEvents(true);
return viewManager;