How do I file a bug against publisher.js script that adds a trade button on the webpage?
This is not a forum question and hence I am asking you.
471 var v = parseFloat(jQuery.fn.jquery);
472 if(!isNaN(v) && v >= 1.6) {
Line number 472 fails because it treats v 1.11 as being less than 1.6 and tries to reload a javascript and in the process messes up our code that depends on jquery being loaded.
January 2019