no-ajaxy issue
-
Hi, i found found out an issue for no-ajaxy link. Even if a link was marked with the no-ajaxy class, the function on the line 63 in ajaxify.js was triggered. I was able to fix with the following code instead of the oldest one
63: $(document).on(‘click’, ‘a:internal:not(.no-ajaxy,[href^=”#”],[href*=”wp-login”],[href*=”wp-admin”])’, function(event){…
Someone else get this issue?
Francesco
- The topic ‘no-ajaxy issue’ is closed to new replies.