Skip to content

Commit

Permalink
Update extra.js
Browse files Browse the repository at this point in the history
  • Loading branch information
suderman committed Oct 30, 2014
1 parent 98f6823 commit a2451f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion extra.js
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/* extra js */
// Remove social bar as soon as scrolling begins
$(window).on('scroll', function(e) {
$('.social-bar').removeClass('visible');
});

0 comments on commit a2451f8

Please sign in to comment.