New Chrome shows error
[Deprecation] Listener added for a 'DOMSubtreeModified' mutation event
In the code there was like this:
$(".t706__cartwin-prodamount").bind( 'DOMSubtreeModified',function() {
I changed it to:
$("[href*='#order']").on( "click", function() {