Don't display "CLOSE" and "BACK" buttons at top of Blocks screen

This commit is contained in:
David Rowe 2019-09-28 11:27:20 +12:00
parent cd6d9b57c4
commit 07d8013e21

View file

@ -35,7 +35,7 @@
function onClicked() {
if (!shown) {
tablet.gotoWebScreen(APP_URL, "", true);
tablet.gotoWebScreen(APP_URL, "");
} else {
tablet.gotoHomeScreen();
}