We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41129c5 commit b19d9e5Copy full SHA for b19d9e5
demo/bbq-fixed.html
@@ -67,7 +67,6 @@ <h2>Smooth Scroll jQuery Plugin with Back Button Support</h2>
67
});
68
69
$(window).bind('hashchange', function(event) {
70
- console.log('hashchange');
71
var tgt = location.hash.replace(/^#\/?/,'');
72
if ( document.getElementById(tgt) ) {
73
$.smoothScroll({scrollTarget: '#' + tgt});
0 commit comments