Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Randgalt committed Mar 8, 2013
1 parent 26db9c5 commit 702b6fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/nf.js
Expand Up @@ -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 )
Expand Down

0 comments on commit 702b6fc

Please sign in to comment.