Guest User

Untitled

a guest
Jan 17th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <script type="text/javascript">
  2. (function($) {
  3. $(document).ready(function() {
  4. $('.et_pb_member_social_links a').click(function(e) {
  5. e.preventDefault();
  6. var url = $(this).attr('href');
  7. window.open(url, '_blank');
  8. });
  9. });
  10. })(jQuery);
  11. </script>
Add Comment
Please, Sign In to add comment