From ae1ac505e3e8ee31dab048cd035fd047eadd31b6 Mon Sep 17 00:00:00 2001 From: sijanec Date: Sat, 26 Sep 2020 23:25:41 +0200 Subject: meals now works! todo: fix checkouts and integrate into meals.html --- dist/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/js/app.js') diff --git a/dist/js/app.js b/dist/js/app.js index 1655707..a9285b4 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,7 +3,7 @@ const app_version = "1.0.15.1-beta"; -const previous_commit = "1365c1cd73800509eedf7f00cfb47ef6f20a19cd"; +const previous_commit = "3a3246dfecab404df90513989bf84a270e17d1f1"; const BEZIAPP_UPDATE_INTERVAL = 300; // update vsakih 300 sekund if ("serviceWorker" in navigator) { -- cgit v1.2.3