From 702b6fc73bdfefb88de6e8caf0ade6bc63e62ca6 Mon Sep 17 00:00:00 2001 From: Jordan Zimmerman Date: Fri, 8 Mar 2013 11:57:50 -0800 Subject: [PATCH] wip --- js/nf.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/js/nf.js b/js/nf.js index b9b3da1..4e21245 100644 --- a/js/nf.js +++ b/js/nf.js @@ -394,7 +394,10 @@ function getViewParam() function refineBlogHash(hash) { $('#tab-content-blog').show(); - location.hash = hash; + if ( location.hash != hash ) + { + location.hash = hash; + } var blogName; if ( hash.indexOf("blog-") == 0 )