move to index.php
This commit is contained in:
parent
7acb50aeac
commit
5589be8dff
1 changed files with 1 additions and 9 deletions
|
@ -56,12 +56,4 @@ for ($i = 0; $i < count($localTXList); $i++) {
|
|||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
|
||||
$('#localTx').dataTable( {
|
||||
"aaSorting": [[0,'desc']]
|
||||
} );
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue