mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
fixed some quote issues.
This commit is contained in:
parent
769331d45d
commit
ee28926da0
8 changed files with 54 additions and 54 deletions
|
@ -13,16 +13,16 @@ define(['app','backgrid'], function () {
|
|||
|
||||
var self = this;
|
||||
|
||||
this.$el.html('<i class ='icon-spinner icon-spin' />');
|
||||
this.$el.html('<i class =\'icon-spinner icon-spin\' />');
|
||||
this.model.save()
|
||||
.always(function () {
|
||||
self.$el.html('<i class ='icon-download-alt' />');
|
||||
self.$el.html('<i class =\'icon-download-alt\' />');
|
||||
});
|
||||
},
|
||||
|
||||
render: function () {
|
||||
|
||||
this.$el.html('<i class ='icon-download-alt' />');
|
||||
this.$el.html('<i class =\'icon-download-alt\' />');
|
||||
return this;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue