Upgrade jquery version to 3.6#2236
Conversation
|
This is not such easy.
And what we have in the js/rtorrent.js? For correct migration we should use jquery-migrate-plugin. Check this - |
|
I'm still working on this jquery upgrade. It's going to take a few days to fully complete. I am using the |
|
@Novik This pull request is ready for review again. I removed all the warnings from jquery migrate and resolved all the combability issues with JQuery version 3.6. Page loading speeds are slightly faster now which is great. There is still some deprecated features used. They're not easily replaceable. It's not recommended, but it still works perfectly fine. An example of this is jQuery.type(), which is often used as I came across some issues with error handling, while I was thoroughly testing this upgrade. The dbody container (which stores all the torrents) became null. This was due an issue with plugins not having adequate |
This pull request upgrades the jquery version to 3.6. There is a noticeable improvement in page loading speeds.
It also upgrades
jquery.filedropto the latest version. This fixes a bunch of bugs and makes it compatible with jquery version 3.6.