mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 17:35:00 -06:00
WebUI: disallow unnecessary quotes in property name
Those two forms are the same and from now on we enforce to one style. PR #22051.
This commit is contained in:
@@ -40,9 +40,9 @@
|
||||
fetch("api/v2/torrents/editTracker", {
|
||||
method: "POST",
|
||||
body: new URLSearchParams({
|
||||
"hash": new URI().getData("hash"),
|
||||
"origUrl": currentUrl,
|
||||
"newUrl": $("trackerUrl").value
|
||||
hash: new URI().getData("hash"),
|
||||
origUrl: currentUrl,
|
||||
newUrl: $("trackerUrl").value
|
||||
})
|
||||
})
|
||||
.then((response) => {
|
||||
|
||||
Reference in New Issue
Block a user