mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
WebUI: use template literals instead of string concatenation
PR #22177.
This commit is contained in:
@@ -137,7 +137,7 @@ window.qBittorrent.PropPeers ??= (() => {
|
||||
icon: "images/qbittorrent-tray.svg",
|
||||
title: "QBT_TR(Add Peers)QBT_TR[CONTEXT=PeersAdditionDialog]",
|
||||
loadMethod: "iframe",
|
||||
contentURL: "addpeers.html?hash=" + hash,
|
||||
contentURL: `addpeers.html?hash=${hash}`,
|
||||
scrollbars: false,
|
||||
resizable: false,
|
||||
maximizable: false,
|
||||
|
||||
Reference in New Issue
Block a user