From 172c74a6ee27af1bfc16d555d0e241ef3b731de8 Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 2 Oct 2012 20:14:17 +0530 Subject: [PATCH] hash --- urbstudio/static/js/projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urbstudio/static/js/projects.js b/urbstudio/static/js/projects.js index 93b036f..446f800 100755 --- a/urbstudio/static/js/projects.js +++ b/urbstudio/static/js/projects.js @@ -53,7 +53,7 @@ $(function() { }); - var hash = location.hash; + var hash = location.hash.replace("#", ""); if (hash == '') { $('.projectThumb').eq(0).click(); } else {