mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 06:32:29 -06:00
Rename 'myTable' variable to 'torrentsTable'
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<tr id="torrentsTableHeader">
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="myTable"></tbody>
|
||||
<tbody id="torrentsTable"></tbody>
|
||||
</table>
|
||||
|
||||
<script type="text/javascript">
|
||||
@@ -62,5 +62,5 @@
|
||||
}
|
||||
});
|
||||
|
||||
myTable.setup('myTable', 'torrentsTableHeader', context_menu);
|
||||
torrentsTable.setup('torrentsTable', 'torrentsTableHeader', context_menu);
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user