WebUI: Fix displaying RSS panel on load
commitbe3eefd8de34d9b293d2718f26064ea674c2bd7c
authorThomas Piccirello <8296030+Piccirello@users.noreply.github.com>
Mon, 28 Oct 2024 06:06:52 +0000 (27 23:06 -0700)
committerGitHub <noreply@github.com>
Mon, 28 Oct 2024 06:06:52 +0000 (28 14:06 +0800)
tree169f8e662070abf589122c45669fcb95862df431
parente0e61ffd02d19abfebaa236a0a792a1fb13714f6
WebUI: Fix displaying RSS panel on load

The required JS may not yet be loaded, resulting in an error when calling `window.qBittorrent.Rss.init()`.

Signed-off-by: Thomas Piccirello <thomas@piccirello.com>
PR #21689.
src/webui/www/private/scripts/client.js