EduardET

Untitled

May 18th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. jQuery.Event.prototype.preventDefault = ( function() {
  3.     var originalFunc = jQuery.Event.prototype.preventDefault;
  4.     return function() {
  5.         if ( $( this.target ).hasClass( 'wpc-email-link' ) ) { return; }
  6.         originalFunc.call( this );
  7.     }
  8. }() )
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment