mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 14:42:29 -06:00
Split the DynamicTable class into 2 classes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<table class="torrentTable" cellpadding="0" cellspacing="0" style="-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;">
|
||||
<thead>
|
||||
<tr id="torrentTableHeader">
|
||||
<tr id="torrentsTableHeader">
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="myTable"></tbody>
|
||||
@@ -62,5 +62,5 @@
|
||||
}
|
||||
});
|
||||
|
||||
myTable.setup('myTable', context_menu);
|
||||
myTable.setup('myTable', 'torrentsTableHeader', context_menu);
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user