diff --git a/web/skins/classic/js/skin.js b/web/skins/classic/js/skin.js index 9e82a9c8a..2656e353a 100644 --- a/web/skins/classic/js/skin.js +++ b/web/skins/classic/js/skin.js @@ -199,7 +199,7 @@ if ( currentView != 'none' && currentView != 'login' ) { console.log( "Request Failed: " + err ); // 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. - window.location.href = thisUrl+'?view='+currentView; + window.location.reload( true ); }); }