mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-27 23:16:58 -04:00
Upgraded to FontAwesome 4.3.0
This commit is contained in:
@@ -22,12 +22,12 @@ var view = Marionette.ItemView.extend({
|
||||
|
||||
if (checked) {
|
||||
this.ui.itemDiv.removeClass('do-not-rename');
|
||||
this.ui.checkboxIcon.addClass('icon-check');
|
||||
this.ui.checkboxIcon.removeClass('icon-check-empty');
|
||||
this.ui.checkboxIcon.addClass('icon-sonarr-checked');
|
||||
this.ui.checkboxIcon.removeClass('icon-sonarr-unchecked');
|
||||
} else {
|
||||
this.ui.itemDiv.addClass('do-not-rename');
|
||||
this.ui.checkboxIcon.addClass('icon-check-empty');
|
||||
this.ui.checkboxIcon.removeClass('icon-check');
|
||||
this.ui.checkboxIcon.addClass('icon-sonarr-unchecked');
|
||||
this.ui.checkboxIcon.removeClass('icon-sonarr-checked');
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user