Update mealplan.js

Same thing here as in calendar.js
This commit is contained in:
PhyberApex 2020-12-16 14:25:21 +01:00 committed by GitHub
parent d8149e22c1
commit 71db56845c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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