1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-09 06:17:58 +00:00

Fix image not loading under proxy

Closes #13483.
This commit is contained in:
Chocobo1 2020-10-09 00:37:09 +08:00
parent bfef403411
commit 744b89c878
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

@ -1765,7 +1765,7 @@ window.qBittorrent.DynamicTable = (function() {
}
else {
const treeImg = new Element('img', {
src: '../images/L.gif',
src: 'images/L.gif',
styles: {
'margin-bottom': -2
}