From: Joe Wreschnig Date: Fri, 30 May 2014 09:56:11 +0000 (+0200) Subject: Full status bar. X-Git-Url: https://git.yukkurigames.com/?p=labelle.git;a=commitdiff_plain;h=86ac22c624e6607c83b318612bf8ba8657d86dc9 Full status bar. --- 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"; } });