You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try{"undefined"!=typeof jQuery?function(e){"use strict";e.fn.pixelSticky=function(n){var s=this,t=e.extend({container:e("body"),top:0,classes:"sticky"},n),i=function(){s.scrollTop()>+t.top&&s.width()>0?t.container.addClass(t.classes):t.container.removeClass(t.classes)};e(s).scroll(i),i()}}(jQuery):console.warn("jQuery is undefined. Pixel Sticky plugin required jQuery to work properly.")}catch(e){}