?
| 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/stickySocialButtons.js |
/* global woodmart_settings */
(function($) {
woodmartThemeModule.stickySocialButtons = function() {
$('.wd-sticky-social').addClass('buttons-loaded');
};
$(document).ready(function() {
woodmartThemeModule.stickySocialButtons();
});
})(jQuery);