
27 Nov
2020
27 Nov
'20
11:31 a.m.
--- Hlavní důvod je, aby byla možnost se odhlásit i v offline modu. Navíc, když někdo chce něco v Menu, tak stejně další tlačítko může být 'Espresso', nebo 'Cappuccino'. templates/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/main.js b/templates/main.js index 0976a9e..3443e70 100644 --- a/templates/main.js +++ b/templates/main.js @@ -85,6 +85,8 @@ function hiddenUpdateRemote(json, time = new Date()) { var flavor = getFlavor(msg.key); if (flavor !== "") { addCoffee(flavor, time); + } else if (msg.key == "A") { + logout(); } } break; -- 2.7.4