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:
@@ -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 });
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user