Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* remove nofollow rel atribute in social icon */
- jQuery(window).on("load", function () {
- jQuery('.socials_widget.jeg_social_icon_block a').each(function(){
- jQuery(this).attr('rel' ,'external noopener')
- })
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement