Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <script type="application/javascript">
  2. (function($) {
  3. $(document).ready(function() {
  4.  
  5. $('body.single-product .et_social_inline_top').appendTo('body.single-product .entry-summary');
  6.  
  7. });
  8. })(jQuery)
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement