Migration of home and librarymenu to ES6 modules
This commit is contained in:
parent
40b98bb3d4
commit
612d74fd2c
8 changed files with 190 additions and 156 deletions
|
@ -1,6 +1,8 @@
|
|||
define(['loading', 'libraryMenu', 'globalize', 'cardStyle', 'emby-button', 'emby-checkbox', 'emby-select'], function (loading, libraryMenu, globalize) {
|
||||
'use strict';
|
||||
|
||||
libraryMenu = LibraryMenu.default || libraryMenu;
|
||||
|
||||
function reloadList(page) {
|
||||
loading.show();
|
||||
var promise1 = ApiClient.getAvailablePlugins();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue