fahadmahmood8/stock-locations-for-woocommerce

Deprecated jQuery in scripts.js

Closed this issue · 1 comments

Deprecated jQuery.fn.change() event shorthands are used several times in scripts.js.
Of course this is a very minor issue as jQuery is not going to remove these shorthands anytime soon but it's still better to replace this code with a modern version.

Fixed here - 95ff33a