This commit is contained in:
Sanj 2012-10-02 20:14:17 +05:30
parent 9b1cf4b16c
commit 172c74a6ee

View File

@ -53,7 +53,7 @@ $(function() {
}); });
var hash = location.hash; var hash = location.hash.replace("#", "");
if (hash == '') { if (hash == '') {
$('.projectThumb').eq(0).click(); $('.projectThumb').eq(0).click();
} else { } else {