mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 17:59:14 +00:00
7093f352fe
backbone app is now fully served from nancy including css,js,html
8 lines
198 B
JavaScript
8 lines
198 B
JavaScript
define(['app'],function () {
|
|
NzbDrone.Shared.SpinnerView = Backbone.Marionette.ItemView.extend({
|
|
template: 'Shared/SpinnerTemplate',
|
|
className: 'nz-spinner row'
|
|
});
|
|
});
|
|
|
|
|