Browse Source

Fix image not loading under proxy

Closes #13483.
adaptive-webui-19844
Chocobo1 4 years ago
parent
commit
744b89c878
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      src/webui/www/private/scripts/dynamicTable.js

2
src/webui/www/private/scripts/dynamicTable.js

@ -1765,7 +1765,7 @@ window.qBittorrent.DynamicTable = (function() { @@ -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
}

Loading…
Cancel
Save