D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
raptqcnr
/
www
/
wp-content
/
themes
/
woodmart
/
js
/
scripts
/
global
/
Filename :
stickySocialButtons.js
back
Copy
/* global woodmart_settings */ (function($) { woodmartThemeModule.stickySocialButtons = function() { $('.wd-sticky-social').addClass('wd-loaded'); }; $(document).ready(function() { woodmartThemeModule.stickySocialButtons(); }); })(jQuery);