Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/f00c0f0cca7e1ba96bd28be76b83cab77d4a6d2c You should set ROOT_URL correctly, otherwise the web may not work correctly.

Actioneer won't blow up after saving model

pull/6/head
Mark McDowall 12 years ago
parent b2ab9c1547
commit f00c0f0cca

@ -38,6 +38,8 @@ define(
},
_handlePromise: function (promise, options) {
var self = this;
promise.done(function () {
self._onSuccess(options);
});

Loading…
Cancel
Save