diff --git a/scripts/script.js b/scripts/script.js index 5176404..ab1f78d 100755 --- a/scripts/script.js +++ b/scripts/script.js @@ -32,7 +32,7 @@ $(function() { return; } e.preventDefault(); - if( !target.length ) return; + if( !target.length ) return; else document.location.hash = '#' + target.attr( 'id' ); }