mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07: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();
|
downloadLimitFN();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
offsets: { x:-15, y:2 }
|
offsets : {
|
||||||
|
x : -15,
|
||||||
|
y : 2
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
myTable.setup('myTable', 4, context_menu);
|
myTable.setup('myTable', 4, context_menu);
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue