WebUI: Apply cache id to all loaded resources

This includes html files and js/css assets loaded via MooTools.

PR #22945.
Closes #18712.
This commit is contained in:
Thomas Piccirello
2025-07-20 10:32:18 +02:00
committed by GitHub
parent e3141ce449
commit c962a6b1d7
12 changed files with 129 additions and 47 deletions

View File

@@ -578,7 +578,7 @@ window.qBittorrent.Search ??= (() => {
title: "QBT_TR(Search plugins)QBT_TR[CONTEXT=PluginSelectDlg]",
icon: "images/qbittorrent-tray.svg",
loadMethod: "xhr",
contentURL: "views/searchplugins.html",
contentURL: "views/searchplugins.html?v=${CACHEID}",
scrollbars: false,
maximizable: false,
paddingVertical: 0,