diff --git a/web/root/js/common.js b/web/root/js/common.js
index 8806b7ce314b50557e5f0e1c8904272c390f85d5..338b9ef46f19d9c1a3ae455e7e4f0d72bd22462c 100644
--- a/web/root/js/common.js
+++ b/web/root/js/common.js
@@ -38,9 +38,7 @@ function logout() {
 			}
 		}
 	).done(
-		function (data) {
-			if (!data.authenticated) window.location.reload(true);
-		}
+		function (data) { if (!data.authenticated) window.location.href = '/'; }
 	);
 }