Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jQuery(document).ready(function( $ ){
- jQuery( '#buddypress #learndash_profile #course_list .learndash-course-link a' ).click( function( event ) {
- event.preventDefault();
- event.stopPropagation();
- var href = jQuery( this ).attr( 'href' );
- window.location.href = href;
- } );
- });
Add Comment
Please, Sign In to add comment