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();
|
$('#restartBtn').hide();
|
||||||
$('#startBtn').hide();
|
$('#startBtn').hide();
|
||||||
$("#attributions").hide();
|
$("#attributions").hide();
|
||||||
|
$("#bottombar").hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
function init(b) {
|
function init(b) {
|
||||||
|
@ -189,6 +190,7 @@ function setStartScreen() {
|
||||||
$('#restartBtn').show();
|
$('#restartBtn').show();
|
||||||
$('#startBtn').show();
|
$('#startBtn').show();
|
||||||
$('#attributions').show();
|
$('#attributions').show();
|
||||||
|
$("#bottombar").show();
|
||||||
|
|
||||||
gameState = 0;
|
gameState = 0;
|
||||||
requestAnimFrame(animLoop);
|
requestAnimFrame(animLoop);
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
padding:0;
|
padding:0;
|
||||||
margin:0;
|
margin:0;
|
||||||
}
|
}
|
||||||
.twitter-share-button { width: 80px !important; }
|
|
||||||
|
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
|
|
Loading…
Reference in a new issue