ad369191ed8d41a6712f44b47eba0959734b4805
[yaffs-website] / js / yaffs-helpers.js
1 Drupal.behaviors.ScrollSmallerLarger = {
2     attach: function (context, settings) {
3         $( window ).scroll(function() {
4             $( "header" ).addClass( ".smaller" );
5         });
6     }
7 };
8