qBittorrent
qBittorrent copied to clipboard
WebUI: use `defer` when loading scripts
So that the HTML layout can be rendered earlier.
A few inline scripts are moved into <head> for consistency.
Also, those scripts needs to wait for DOMContentLoaded event.
PR updated to remove some leftovers. Those are already removed in another PR.