share buttons disapear
This commit is contained in:
parent
bfc356c4aa
commit
dea00c48d4
2 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
.twitter-share-button { width: 80px !important; }
|
||||
|
||||
|
||||
.navbar {
|
||||
|
|
Loading…
Reference in a new issue