?
| Current Path : /home/webyoo/www/sarah/site/wp-content/themes/woodmart/js/scripts/global/ |
| Current File : /home/webyoo/www/sarah/site/wp-content/themes/woodmart/js/scripts/global/scrollBar.js |
/* global woodmart_settings */
(function($) {
woodmartThemeModule.siteScroll = function() {
if ( window.innerWidth > woodmartThemeModule.windowWidth ) {
$('html').addClass('wd-scrollbar');
}
};
$(document).ready(function() {
woodmartThemeModule.siteScroll();
});
})(jQuery);