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

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
}