mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 20:36:15 +02:00
Update mealplan.js
Same thing here as in calendar.js
This commit is contained in:
parent
d8149e22c1
commit
71db56845c
|
|
@ -751,7 +751,7 @@ $(document).on("click", ".recipe-popup-button", function(e)
|
|||
);
|
||||
});
|
||||
|
||||
$(window).on("resize", function()
|
||||
$(window).one("resize", function()
|
||||
{
|
||||
// Automatically switch the calendar to "basicDay" view on small screens
|
||||
// and to "basicWeek" otherwise
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user