79390551

Date: 2025-01-27 11:26:19
Score: 0.5
Natty:
Report link

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() {
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: maxkuku