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-23 12:58:41 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
4949913ccba90b3354a606db768eecb010e09e67
grocy
/
public
/
viewjs
/
stockoverview.js
8 lines
111 B
JavaScript
Raw
Normal View
History
Unescape
Escape
General improvements
2017-04-16 23:11:03 +02:00
$
(
function
(
)
{
Added habit tracking
2017-07-25 20:03:31 +02:00
$
(
'#stock-overview-table'
)
.
DataTable
(
{
Code review
2017-04-21 12:30:08 +02:00
'pageLength'
:
50
,
Form validation and barcode input handling improvements
2017-04-17 16:51:49 +02:00
'order'
:
[
[
2
,
'asc'
]
]
}
)
;
General improvements
2017-04-16 23:11:03 +02:00
}
)
;
Reference in New Issue
Copy Permalink