when refreshing because ajax failed, reload the current view, not just index.php
This commit is contained in:
parent
2a4508b598
commit
40cd27e68a
|
@ -199,7 +199,7 @@ if ( currentView != 'none' && currentView != 'login' ) {
|
||||||
console.log( "Request Failed: " + err );
|
console.log( "Request Failed: " + err );
|
||||||
// The idea is that this should only fail due to auth, so reload the page
|
// The idea is that this should only fail due to auth, so reload the page
|
||||||
// which should go to login if it can't stay logged in.
|
// which should go to login if it can't stay logged in.
|
||||||
window.location.href = thisUrl;
|
window.location.href = thisUrl+'?view='+currentView;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue