Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- jQuery.Event.prototype.preventDefault = ( function() {
- var originalFunc = jQuery.Event.prototype.preventDefault;
- return function() {
- if ( $( this.target ).hasClass( 'wpc-email-link' ) ) { return; }
- originalFunc.call( this );
- }
- }() )
- </script>
Advertisement
Add Comment
Please, Sign In to add comment