mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-07 13:41:26 -07:00
Fix typos
This commit is contained in:
parent
e4fe3bfe35
commit
7e258bfe38
7 changed files with 31 additions and 31 deletions
|
@ -2062,9 +2062,9 @@ window.qBittorrent.DynamicTable = (function() {
|
|||
}
|
||||
row['data'] = {};
|
||||
tds[0].style.overflow = 'visible';
|
||||
let indentaion = row.full_data.indentaion;
|
||||
tds[0].style.paddingLeft = (indentaion * 32 + 4) + 'px';
|
||||
tds[1].style.paddingLeft = (indentaion * 32 + 4) + 'px';
|
||||
let indentation = row.full_data.indentation;
|
||||
tds[0].style.paddingLeft = (indentation * 32 + 4) + 'px';
|
||||
tds[1].style.paddingLeft = (indentation * 32 + 4) + 'px';
|
||||
},
|
||||
updateIcons: function() {
|
||||
// state_icon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue