Friday, 16 February 2024
  2 Replies
  259 Visits
  Subscribe
Hi Sergio,
in the sgcWebSockets.js script, the event function conflicts with jquery-3.7.1 by no longer making mousewheel events work.
I couldn't solve the problem by changing the load chain (I don't know why) and to make everything work I was forced to change the name of the event function (I changed it to _event).
Since the function is loaded automatically from a resource and I wanted to keep this, I ask you if it is possible to change the name of the "event" function in the script?
Thanks so much