diff options
Diffstat (limited to 'dist/index.html')
-rwxr-xr-x | dist/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dist/index.html b/dist/index.html index f2309ad..90a1a95 100755 --- a/dist/index.html +++ b/dist/index.html @@ -30,7 +30,7 @@ BežiApp needs Javascript to operate, but it's currently not accessible. Check your browser's settings and enable Javascript. </h1> </noscript> - <div id=nepodpira> + <div id=nepodpira hidden=hidden> <h1> BežiApp se ni mogel zagnati ): </h1> @@ -54,8 +54,7 @@ <i>BežiApp ver. <span id=beziappver></span><br>BežiApp previous commit: <span id=beziappcommit></span></i> </div> <script> - document.getElementById("beziappver").innerText = app_version; - document.getElementById("beziappcommit").innerText = previous_commit; + setTimeout(function() {document.getElementsByTagName("div")[0].hidden=false}, 1000); </script> </body> |