mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Using bsSwitch instead of switch to remove jslint errors
This commit is contained in:
parent
609c5bfc24
commit
ccbd88be74
6 changed files with 11 additions and 11 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue