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.
1 parent 4f5654f commit e7f9c23Copy full SHA for e7f9c23
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