Info button stuck thing is over

This commit is contained in:
Garrett Finucane 2014-08-20 00:56:29 -04:00
parent 69d367cd20
commit eebf616cfc

View file

@ -317,9 +317,9 @@ function checkGameOver() {
}
function showHelp() {
if (gameState == 1) {
pause();
if($($("#pauseBtnInner").children()[0]).hasClass("fa-pause")) {
return;
}
$("#openSideBar").fadeIn(150,"linear");
$('#helpScreen').fadeToggle(150, "linear");
}