mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
WebUI: Properly decode strings
This commit is contained in:
committed by
Vladimir Golovnev (Glassez)
parent
529dd6e3a8
commit
59f0961594
@@ -29,7 +29,7 @@
|
||||
}
|
||||
}).activate();
|
||||
window.addEvent('domready', () => {
|
||||
const oldPath = decodeURIComponent(new URI().getData('oldPath'));
|
||||
const oldPath = new URI().getData('oldPath');
|
||||
|
||||
$('rename').value = oldPath;
|
||||
$('rename').focus();
|
||||
|
||||
Reference in New Issue
Block a user