Skip to content

Commit b19d9e5

Browse files
committed
Remove console.log from a demo file
1 parent 41129c5 commit b19d9e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demo/bbq-fixed.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ <h2>Smooth Scroll jQuery Plugin with Back Button Support</h2>
6767
});
6868

6969
$(window).bind('hashchange', function(event) {
70-
console.log('hashchange');
7170
var tgt = location.hash.replace(/^#\/?/,'');
7271
if ( document.getElementById(tgt) ) {
7372
$.smoothScroll({scrollTarget: '#' + tgt});

0 commit comments

Comments
 (0)