This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
grocy
Watch
1
Star
0
Fork
0
You've already forked grocy
mirror of
https://github.com/grocy/grocy.git
synced
2025-09-24 21:31:39 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
5db288fc3c331bdf0be35ecda0f807e608c72e99
grocy
/
views
/
dashboard.js
8 lines
109 B
JavaScript
Raw
Normal View
History
Unescape
Escape
General improvements
2017-04-16 23:11:03 +02:00
$
(
function
(
)
{
Form validation and barcode input handling improvements
2017-04-17 16:51:49 +02:00
$
(
'#current-stock-table'
)
.
DataTable
(
{
'paging'
:
false
,
'order'
:
[
[
2
,
'asc'
]
]
}
)
;
General improvements
2017-04-16 23:11:03 +02:00
}
)
;
Reference in New Issue
Copy Permalink