diff --git a/js/ditto.js b/js/ditto.js index 4f190c1..ce1965e 100644 --- a/js/ditto.js +++ b/js/ditto.js @@ -218,7 +218,7 @@ function router() { })(); })(); - if(location.hash === ''){ + if(location.hash !== ''){ $('html, body').animate({ scrollTop: $('#content').offset().top }, 200);