mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -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
|
@ -10,12 +10,12 @@ define([
|
|||
className: 'form-horizontal',
|
||||
|
||||
ui: {
|
||||
switch : '.switch',
|
||||
bsSwitch : '.switch',
|
||||
tooltip: '[class^="help-inline"] i'
|
||||
},
|
||||
|
||||
onRender: function () {
|
||||
this.ui.switch.bootstrapSwitch();
|
||||
this.ui.bsSwitch.bootstrapSwitch();
|
||||
this.ui.tooltip.tooltip({ placement: 'right', html: true });
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue