From e6b0a01d6458be98e8d8501784028779d5db6baa Mon Sep 17 00:00:00 2001 From: Vladimir Kotal Date: Fri, 3 Jan 2014 16:02:04 +0100 Subject: [PATCH] use correct variable name for hash retrieval fixes #715 --- web/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/utils.js b/web/utils.js index bda55bd69df..d5108d2c7fe 100644 --- a/web/utils.js +++ b/web/utils.js @@ -51,7 +51,7 @@ function resizeContent() { } function domReadyMast() { - var h = document.locHash; + var h = document.hash; if (!window.location.hash) { if (h != null && h != "null") { window.location.hash=h