mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 19:37:12 +00:00
Move public stuff into subdirectory
This commit is contained in:
7
public/viewjs/stockoverview.js
Normal file
7
public/viewjs/stockoverview.js
Normal file
@@ -0,0 +1,7 @@
|
||||
$(function()
|
||||
{
|
||||
$('#stock-overview-table').DataTable({
|
||||
'pageLength': 50,
|
||||
'order': [[2, 'asc']]
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user