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
}