Also, I would expect going from 3.2.x to 3.4.x wou...
# suitescript
s
Also, I would expect going from 3.2.x to 3.4.x wouldn't break anything, but I don't know how jQuery does their versioning.
m
I had a hack in place 🙈 that used
$(window).load
and with the jQuery update that broke and I needed to change to
$(window).on("load", ....
Actually, googling that, it looks like it was removed in jQuery 3.0 so at least the message page used an older version then that prior to 2019.2