move to index.php

This commit is contained in:
EA4GKQ 2016-06-24 23:34:38 +02:00 committed by GitHub
parent 7acb50aeac
commit 5589be8dff

View file

@ -56,12 +56,4 @@ for ($i = 0; $i < count($localTXList); $i++) {
</table>
</div>
</div>
<script>
$(document).ready(function(){
$('#localTx').dataTable( {
"aaSorting": [[0,'desc']]
} );
});
</script>