• Hello, I have noticed the extension is using outdated jQuery code.

    $j( document ).on( 'ready', function() {

    should be replaced by:

    $j( document ).ready( function() {

    The former has been deprecated for a long time:
    There is also $(document).on( "ready", handler ), deprecated as of jQuery 1.8 and removed in jQuery 3.0.

    Please fix 🙂

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for noticing the issue.

    we are working on it to remove the jQuery, after that this issue will be fixed in our upcoming updates, but I’m really afraid I cannot give you an ETA.

Viewing 1 replies (of 1 total)

The topic ‘Extension is using outdated jQuery’ is closed to new replies.