Skip to content

Instantly share code, notes, and snippets.

@trueqap
Created September 17, 2019 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trueqap/2c3b0e7d58bdb4924405a023c875ef88 to your computer and use it in GitHub Desktop.
Save trueqap/2c3b0e7d58bdb4924405a023c875ef88 to your computer and use it in GitHub Desktop.
Divi social ikonok megnyitása új ablakban
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".et-social-icon a").attr('target', 'blank');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment