mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -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,
|
hashes: hashes,
|
||||||
enable: enableAutoTMM
|
enable: enableAutoTMM
|
||||||
},
|
},
|
||||||
contentURL: "views/confirmAutoTMM.htm?v=${CACHEID}l"
|
contentURL: "views/confirmAutoTMM.html?v=${CACHEID}"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
@ -666,7 +666,7 @@ const initializeWindows = () => {
|
||||||
id: "confirmRecheckDialog",
|
id: "confirmRecheckDialog",
|
||||||
title: "QBT_TR(Recheck confirmation)QBT_TR[CONTEXT=confirmRecheckDialog]",
|
title: "QBT_TR(Recheck confirmation)QBT_TR[CONTEXT=confirmRecheckDialog]",
|
||||||
data: { hashes: hashes },
|
data: { hashes: hashes },
|
||||||
contentURL: "views/confirmRecheck.htm?v=${CACHEID}l"
|
contentURL: "views/confirmRecheck.html?v=${CACHEID}"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue