mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -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
|
@ -68,7 +68,7 @@
|
|||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label">Use Scene Folders</label>
|
||||
<label class="control-label">Use Season Folders</label>
|
||||
|
||||
<div class="controls">
|
||||
<div class="switch">
|
||||
|
|
|
@ -10,7 +10,7 @@ define([
|
|||
className: 'form-horizontal',
|
||||
|
||||
ui: {
|
||||
switch : '.switch',
|
||||
bsSwitch : '.switch',
|
||||
tooltip: '[class^="help-inline"] i'
|
||||
},
|
||||
|
||||
|
@ -19,7 +19,7 @@ define([
|
|||
},
|
||||
|
||||
onRender: function () {
|
||||
this.ui.switch.bootstrapSwitch();
|
||||
this.ui.bsSwitch.bootstrapSwitch();
|
||||
this.ui.tooltip.tooltip({ placement: 'right' });
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue