mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-17 10:45:49 +02:00
Actioneer won't blow up after saving model
This commit is contained in:
parent
b2ab9c1547
commit
f00c0f0cca
@ -38,6 +38,8 @@ define(
|
|||||||
},
|
},
|
||||||
|
|
||||||
_handlePromise: function (promise, options) {
|
_handlePromise: function (promise, options) {
|
||||||
|
var self = this;
|
||||||
|
|
||||||
promise.done(function () {
|
promise.done(function () {
|
||||||
self._onSuccess(options);
|
self._onSuccess(options);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user