mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update loading spinner
This commit is contained in:
parent
10d2fbe3b3
commit
4565ac78ab
10 changed files with 54 additions and 56 deletions
|
@ -486,10 +486,10 @@
|
|||
var deferred = DeferredBuilder.Deferred();
|
||||
|
||||
require([
|
||||
'thirdparty/jstree3.0.8/jstree.min',
|
||||
'css!thirdparty/jstree3.0.8/themes/default/style.min'
|
||||
'thirdparty/jstree3.0.8/jstree.min'
|
||||
], function () {
|
||||
|
||||
Dashboard.importCss('thirdparty/jstree3.0.8/themes/default/style.min.css');
|
||||
deferred.resolve();
|
||||
});
|
||||
return deferred.promise();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue