Last active
January 10, 2017 11:58
-
-
Save robhob/bb2f9a4dacff8ded5ec26a60a15927a7 to your computer and use it in GitHub Desktop.
Open the Divi Fullwidth Header module’s first button (Button #1) in a new tab.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
jQuery(document).ready(function(){ | |
jQuery(".et_pb_more_button.et_pb_button.et_pb_button_one").attr('target', '_blank');}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment