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

update icons

This commit is contained in:
Luke Pulverenti 2015-06-18 02:23:44 -04:00
parent 13e18ba442
commit 7343772338
55 changed files with 901 additions and 316 deletions

View file

@ -1559,11 +1559,12 @@ var Dashboard = {
var deferred = DeferredBuilder.Deferred();
Dashboard.importCss('thirdparty/swipebox-master/css/swipebox.min.css');
require([
'thirdparty/swipebox-master/js/jquery.swipebox.min'
], function () {
Dashboard.importCss('thirdparty/swipebox-master/css/swipebox.min.css');
deferred.resolve();
});
return deferred.promise();
@ -1964,7 +1965,7 @@ var AppInfo = {};
}
// just until this can be removed
require(['jqmicons']);
// require(['jqmicons']);
}
function init(deferred, capabilities, appName, deviceId, deviceName) {