We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f5654f + e7f9c23 commit 83d46d8Copy full SHA for 83d46d8
modules/core/site.js
@@ -246,7 +246,7 @@ var Hm_Ajax_Request = function() { return {
246
res = Hm_Utils.json_decode(Hm_Crypt.decrypt(res.payload));
247
}
248
if ((res.status && res.status == 'not callable') || !res.router_login_state) {
249
- this.fail(xhr, true, !res.router_login_state);
+ this.fail(xhr, true);
250
return;
251
252
if (Hm_Ajax.err_condition) {
0 commit comments