remove debug messages, clean up

This commit is contained in:
Juraj Michalek
2014-12-30 10:51:50 +00:00
parent 82b304eb2c
commit 28b5b66d07
5 changed files with 9 additions and 19 deletions

View File

@@ -82,7 +82,7 @@
</div>
<!-- Level complete panel -->
<div id="levelComplete" ng-controller="LevelCompleteController" ng-show="isLevelCompleteVisible">
<div class="levelComplete" ng-controller="LevelCompleteController" ng-show="isLevelCompleteVisible">
<div id="congratulation">Congratulations!</div>
<div class="levelCompleteButtons">
<a class="levelButton" id="replayButton" ng-click="restartLevel()" ng-hide="isFinalScreenVisible"><i class="fa fa-repeat"></i> Play again</a>