No.:-D Sorry.
It was in wp-content/themes/DIVI/custom.js on row 2642
RIGHT=>$( 'a[href=#]:not([href*=#])' )
before change: $( 'a[href*=#]:not([href=#])' )
Sorrz, my mistake…
I must it repare it in Woocommerce.
Problem was be in js in woocommerce… bad if()
I must change if(href*="...":not(href="...")) for if(href="...":not(href*="..."))