summaryrefslogtreecommitdiffstats
path: root/js/meals.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/meals.js')
-rw-r--r--js/meals.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/meals.js b/js/meals.js
index 59463c0..43c3f15 100644
--- a/js/meals.js
+++ b/js/meals.js
@@ -204,6 +204,7 @@ function refreshMeals(force) {
function lopolisLogout() {
localforage.setItem("logged_in_lopolis", false);
+ document.getElementById("meals-collapsible").innerHTML = "";
checkLogin();
}