mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
fixed some quote issues.
This commit is contained in:
@@ -4,12 +4,7 @@ define(['marionette', 'Mixins/AsModelBoundview'], function (Marionette, AsModelB
|
||||
|
||||
var view = Marionette.ItemView.extend({
|
||||
template : 'Settings/Misc/MiscTemplate',
|
||||
className: 'form-horizontal',
|
||||
|
||||
ui: {
|
||||
tooltip: '[class^='help-inline'] i'
|
||||
}
|
||||
|
||||
className: 'form-horizontal'
|
||||
});
|
||||
|
||||
return AsModelBoundView.call(view);
|
||||
|
Reference in New Issue
Block a user