Hey,
Have you tried disabling other plugins as well? And is this a custom theme? I know we chatted already about this a little bit. I tried to replicate and haven’t been able to. I have CDN enabler running on 15+ sites all running latest version of WP. Also we haven’t heard about this from anyone else.
I do know about the href=# syntax error update with the latest version of jquery, as a bunch of themes and plugins had issues. Avada was a very large theme that had to be patched for that very reason as it broke the video libraries. Also Divi broke.
Example of issue where there was no quotes:
$( ‘a[href*=#]:not([href=#])’ ).click( function() {
To this:
$( ‘a[href*=”#”]:not([href=”#”])’ ).click( function() {
CDN Enabler though doesn’t use Javascript. Also make sure to purge your CDN cache.