fix: [UI v0.2] 404

pull/8/head
Terrtia 2019-01-31 15:12:18 +01:00
parent fe8559556e
commit 3bfb256821
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 0 additions and 15 deletions

View File

@ -68,18 +68,3 @@
{% include 'navfooter.html' %}
</body>
<script>
var table
$(document).ready(function(){
table = $('#myTable_').DataTable(
{
/*"aLengthMenu": [[5, 10, 15, 20, -1], [5, 10, 15, 20, "All"]],
"iDisplayLength": 10,*/
"order": [[ 0, "asc" ]]
}
);
});
</script>