mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
removed backbone from VS solution,
renamed NzbDrone.Backbone to UI
This commit is contained in:
8
UI/Shared/SpinnerView.js
Normal file
8
UI/Shared/SpinnerView.js
Normal file
@@ -0,0 +1,8 @@
|
||||
define(['app'],function () {
|
||||
NzbDrone.Shared.SpinnerView = Backbone.Marionette.ItemView.extend({
|
||||
template: 'Shared/SpinnerTemplate',
|
||||
className: 'nz-spinner row'
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user