From dea00c48d4c411b00bcf220249d170356632a1e9 Mon Sep 17 00:00:00 2001 From: Garrett Finucane Date: Sun, 20 Jul 2014 23:10:21 -0400 Subject: [PATCH] share buttons disapear --- js/main.js | 2 ++ style/style.css | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index b81445a..29f57ae 100644 --- a/js/main.js +++ b/js/main.js @@ -58,6 +58,7 @@ function hideUIElements() { $('#restartBtn').hide(); $('#startBtn').hide(); $("#attributions").hide(); + $("#bottombar").hide(); } function init(b) { @@ -189,6 +190,7 @@ function setStartScreen() { $('#restartBtn').show(); $('#startBtn').show(); $('#attributions').show(); + $("#bottombar").show(); gameState = 0; requestAnimFrame(animLoop); diff --git a/style/style.css b/style/style.css index 39b214b..e0a0825 100644 --- a/style/style.css +++ b/style/style.css @@ -8,7 +8,6 @@ padding:0; margin:0; } -.twitter-share-button { width: 80px !important; } .navbar {