mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-28 21:38:51 +03:00
parent
bfef403411
commit
744b89c878
1 changed files with 1 additions and 1 deletions
|
@ -1765,7 +1765,7 @@ window.qBittorrent.DynamicTable = (function() {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
const treeImg = new Element('img', {
|
const treeImg = new Element('img', {
|
||||||
src: '../images/L.gif',
|
src: 'images/L.gif',
|
||||||
styles: {
|
styles: {
|
||||||
'margin-bottom': -2
|
'margin-bottom': -2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue