mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
updated spinner view to use CSS3 instead of spinning font.
This commit is contained in:
parent
2b2bd23065
commit
00bb73a423
4 changed files with 145 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
'use strict';
|
||||
'use strict';
|
||||
|
||||
define(
|
||||
[
|
||||
|
@ -6,7 +6,6 @@ define(
|
|||
], function (Marionette) {
|
||||
return Marionette.ItemView.extend({
|
||||
template : 'Shared/SpinnerTemplate',
|
||||
className: 'nz-spinner row'
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue