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