From c301d332c6a90d1b0037386b8ef05b2a4ca6daa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Fri, 6 Mar 2020 14:33:35 +0100 Subject: all js files updated with i18n, not tested yet --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/app.js') diff --git a/js/app.js b/js/app.js index 267868a..f5e9d50 100644 --- a/js/app.js +++ b/js/app.js @@ -15,7 +15,7 @@ if (navigator.serviceWorker) { if (location.protocol != 'https:') { location.href = 'https:' + window.location.href.substring(window.location.protocol.length); } -function UIAlert(usermsg, devmsg) { +async function UIAlert(usermsg, devmsg) { if(true) { // če bo kakšen dev switch? M.toast( { html: usermsg } ); console.log("[BežiApp UIAlert] "+usermsg+" "+devmsg); -- cgit v1.2.3