mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
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:
committed by
GitHub
parent
e3141ce449
commit
c962a6b1d7
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user