From 86ac22c624e6607c83b318612bf8ba8657d86dc9 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Fri, 30 May 2014 11:56:11 +0200 Subject: [PATCH] Full status bar. --- index.html | 22 ++++++++++++++++++++-- labelle.manifest | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 7991ed2..59d6270 100644 --- a/index.html +++ b/index.html @@ -30,15 +30,32 @@ if (window.navigator.standalone) { var header = document.getElementsByTagName("header")[0]; header.className += " statusbar"; + var statusbar = document.getElementById("statusbar"); + statusbar.style.display = "block"; } });