Move public stuff into subdirectory

This commit is contained in:
Bernd Bestel
2018-04-11 20:47:03 +02:00
parent 655aa89bd6
commit 7dcd39f82f
32 changed files with 14 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
$(function()
{
$('#stock-overview-table').DataTable({
'pageLength': 50,
'order': [[2, 'asc']]
});
});