From cdb9157cd123a9670990e001181fe234df10ad89 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Sat, 24 Mar 2012 21:39:00 +0100 Subject: [PATCH] Disable hash changes since they break logical browser history. --- src/_h5ai/js/inc/Core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_h5ai/js/inc/Core.js b/src/_h5ai/js/inc/Core.js index e41fdab9..31e9f4db 100644 --- a/src/_h5ai/js/inc/Core.js +++ b/src/_h5ai/js/inc/Core.js @@ -22,7 +22,7 @@ } }); hashStr = '#!' + hashStr; - window.location.hash = hashStr; + // window.location.hash = hashStr; return hashStr; } else { var result = {},