diff --git a/js_v8/view.js b/js_v8/view.js
index 8de8170..6e22026 100644
--- a/js_v8/view.js
+++ b/js_v8/view.js
@@ -98,10 +98,9 @@ function toggleClass(element, active) {
function showText(text) {
var messages = {
'paused': "
",
- 'pausedMobile': "
",
+ 'pausedMobile': "
",
'start': "",
'gameover': "
"
-
};
if (text == 'paused') {
@@ -199,7 +198,6 @@ function pause(o) {
setTimeout(function() {
gameState = prevGameState;
}, 200)
-
} else if (gameState != -2 && gameState !== 0 && gameState !== 2) {
$('#restartBtn').fadeIn(150, "linear");
$('.helpText').fadeIn(200, 'linear');