Final changes for the Use cases on the live site.
[yaffs-website] / web / themes / custom / yaffs / 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