I have this issue as well !
Thanks for the fix it works great, cleaner than my solution that was :
jQuery(‘.tribe-events-nav-next, .tribe-events-nav-previous’).click(function() {
var addressValue = jQuery(this).children(“a”).attr(“href”);
window.location=addressValue;
});
Works, but was a dirty 😉
thanks again !