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 == '') {
|
if (hash == '') {
|
||||||
$('.projectThumb').eq(0).click();
|
$('.projectThumb').eq(0).click();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user