hash
This commit is contained in:
parent
9b1cf4b16c
commit
172c74a6ee
|
@ -53,7 +53,7 @@ $(function() {
|
|||
});
|
||||
|
||||
|
||||
var hash = location.hash;
|
||||
var hash = location.hash.replace("#", "");
|
||||
if (hash == '') {
|
||||
$('.projectThumb').eq(0).click();
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user