Rename 'myTable' variable to 'torrentsTable'

This commit is contained in:
buinsky
2015-11-11 22:58:30 +03:00
committed by sledgehammer999
parent 29443a2c10
commit c8be062e19
9 changed files with 39 additions and 39 deletions

View File

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