share buttons disapear

This commit is contained in:
Garrett Finucane 2014-07-20 23:10:21 -04:00
parent bfc356c4aa
commit dea00c48d4
2 changed files with 2 additions and 1 deletions

View file

@ -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);

View file

@ -8,7 +8,6 @@
padding:0;
margin:0;
}
.twitter-share-button { width: 80px !important; }
.navbar {