mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 05:48:47 +03:00
WebUI: Fix transferlist.html indentation.
This commit is contained in:
parent
d938643c38
commit
8ff03d162d
1 changed files with 46 additions and 44 deletions
|
@ -59,9 +59,11 @@
|
|||
downloadLimitFN();
|
||||
}
|
||||
},
|
||||
offsets: { x:-15, y:2 }
|
||||
offsets : {
|
||||
x : -15,
|
||||
y : 2
|
||||
}
|
||||
});
|
||||
|
||||
myTable.setup('myTable', 4, context_menu);
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue