mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
WebUI: Fix invalid content URL
This commit is contained in:
parent
bb1c02125b
commit
6cc60b5afa
1 changed files with 2 additions and 2 deletions
|
@ -634,7 +634,7 @@ const initializeWindows = () => {
|
|||
hashes: hashes,
|
||||
enable: enableAutoTMM
|
||||
},
|
||||
contentURL: "views/confirmAutoTMM.htm?v=${CACHEID}l"
|
||||
contentURL: "views/confirmAutoTMM.html?v=${CACHEID}"
|
||||
});
|
||||
}
|
||||
else {
|
||||
|
@ -666,7 +666,7 @@ const initializeWindows = () => {
|
|||
id: "confirmRecheckDialog",
|
||||
title: "QBT_TR(Recheck confirmation)QBT_TR[CONTEXT=confirmRecheckDialog]",
|
||||
data: { hashes: hashes },
|
||||
contentURL: "views/confirmRecheck.htm?v=${CACHEID}l"
|
||||
contentURL: "views/confirmRecheck.html?v=${CACHEID}"
|
||||
});
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue