File "stickySocialButtons.js"
Full Path: /home/ycoalition/public_html/blog/wp-content/themes/woodmart/js/scripts/global/stickySocialButtons.js
File size: 254 bytes
MIME-type: text/plain
Charset: utf-8
/* global woodmart_settings */
(function($) {
woodmartThemeModule.stickySocialButtons = function() {
$('.wd-sticky-social').addClass('buttons-loaded');
};
$(document).ready(function() {
woodmartThemeModule.stickySocialButtons();
});
})(jQuery);