mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Using bsSwitch instead of switch to remove jslint errors
This commit is contained in:
@@ -7,7 +7,7 @@ define(['app', 'Quality/QualityProfileModel'], function () {
|
||||
className: "modal",
|
||||
|
||||
ui: {
|
||||
switch: '.switch'
|
||||
bsSwitch: '.switch'
|
||||
},
|
||||
|
||||
events: {
|
||||
@@ -15,7 +15,7 @@ define(['app', 'Quality/QualityProfileModel'], function () {
|
||||
},
|
||||
|
||||
onRender: function () {
|
||||
this.ui.switch.bootstrapSwitch();
|
||||
this.ui.bsSwitch.bootstrapSwitch();
|
||||
},
|
||||
|
||||
saveQualityProfile: function () {
|
||||
|
Reference in New Issue
Block a user