Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
blog
/
wp-content
/
themes
/
woodmart
/
js
/
scripts
/
global
:
stickySocialButtons.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
/* global woodmart_settings */ (function($) { woodmartThemeModule.stickySocialButtons = function() { $('.wd-sticky-social').addClass('buttons-loaded'); }; $(document).ready(function() { woodmartThemeModule.stickySocialButtons(); }); })(jQuery);