mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Toolbar/Actioneer callback cleanup
This commit is contained in:
@@ -115,9 +115,9 @@ define(
|
||||
this.model.set(name, !this.model.get(name));
|
||||
|
||||
Actioneer.SaveModel({
|
||||
context : this,
|
||||
element : this.ui.seasonMonitored,
|
||||
alwaysCallback: this._afterSeasonMonitored
|
||||
context: this,
|
||||
element: this.ui.seasonMonitored,
|
||||
always : this._afterSeasonMonitored
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
@@ -82,9 +82,9 @@ define(
|
||||
this.model.set(name, !this.model.get(name), { silent: true });
|
||||
|
||||
Actioneer.SaveModel({
|
||||
context : this,
|
||||
element : this.ui.monitored,
|
||||
alwaysCallback: this._setMonitoredState()
|
||||
context: this,
|
||||
element: this.ui.monitored,
|
||||
always : this._setMonitoredState()
|
||||
});
|
||||
},
|
||||
|
||||
@@ -116,7 +116,7 @@ define(
|
||||
element : this.ui.refresh,
|
||||
leaveIcon : true,
|
||||
context: this,
|
||||
successCallback: this._showSeasons
|
||||
onSuccess: this._showSeasons
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user