mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Squashed commit
Always execute migration 9999 (can be used to fix things manually) Optimized meal plan navigation / date range filtering Prepared next release Pulled translations from Transifex Various code optimizations
This commit is contained in:
@@ -48,7 +48,7 @@ $(".calendar").each(function()
|
||||
"scrollTime": "00:00:00",
|
||||
"firstDay": firstDay,
|
||||
"height": "auto",
|
||||
"defaultDate": GetUriParam("week"),
|
||||
"defaultDate": GetUriParam("start"),
|
||||
"viewRender": function(view)
|
||||
{
|
||||
if (!isPrimarySection)
|
||||
@@ -309,7 +309,7 @@ $(".calendar").each(function()
|
||||
{
|
||||
if (isPrimarySection)
|
||||
{
|
||||
UpdateUriParam("week", view.start.format("YYYY-MM-DD"));
|
||||
UpdateUriParam("start", view.start.format("YYYY-MM-DD"));
|
||||
|
||||
if (firstRender)
|
||||
{
|
||||
|
Reference in New Issue
Block a user