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