Split the DynamicTable class into 2 classes

This commit is contained in:
buinsky
2015-11-11 22:50:14 +03:00
committed by sledgehammer999
parent e402556e91
commit 29443a2c10
5 changed files with 198 additions and 177 deletions

View File

@@ -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>