/home/moonrcjl/public_html/test/wp-content/themes/woodmart/js/scripts/global/stickySocialButtons.js
/* global woodmart_settings */
(function($) {
	woodmartThemeModule.stickySocialButtons = function() {
		$('.wd-sticky-social').addClass('wd-loaded');
	};

	$(document).ready(function() {
		woodmartThemeModule.stickySocialButtons();
	});
})(jQuery);