From eb05075196e736dac511418420dcb047bb07ba43 Mon Sep 17 00:00:00 2001 From: Piotr Dabrowski Date: Thu, 10 Oct 2013 14:31:49 +0200 Subject: [PATCH] [SensorBall] updated SensorBall sources Change-Id: Ic0809c83d54a6dc0182d7194eb492fc500282d73 --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index ace016d..3faf11c 100644 --- a/js/main.js +++ b/js/main.js @@ -474,7 +474,7 @@ $(document).ready(function () { var img, contentHeight = screen.availHeight - $('div[data-role="header"]').outerHeight() - $('div[data-role="footer"]').outerHeight(); - $('div[data-role="content"]').css('height', contentHeight - 33); + $('div[data-role="content"]').css('height', contentHeight); app.gameWidth = screen.availWidth; app.ballWidth = parseInt($('.ball').css('width'), 10); app.ballHeight = parseInt($('.ball').css('height'), 10); -- 2.7.4