From: Piotr Dabrowski Date: Thu, 10 Oct 2013 06:47:11 +0000 (+0200) Subject: [ExercisePlanner] updated ExercisePlanner sources X-Git-Tag: 2.2.1_release~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=390dd4243e4201fe9ed62a321c3db070a8119d2e;p=samples%2Fweb%2FExercisePlanner.git [ExercisePlanner] updated ExercisePlanner sources Change-Id: I51571426091923f572660ebe6fd17b8e8b8f68bf --- diff --git a/css/style.css b/css/style.css index 1ef2a4c..a2ffa15 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,7 @@ +body { + -webkit-user-select: none; +} + #one { background-image: url('../images/background.png'); } diff --git a/js/UI.js b/js/UI.js index 1ae4333..e4a2afa 100644 --- a/js/UI.js +++ b/js/UI.js @@ -347,6 +347,7 @@ function UI() { $('#startStop').on('click', function () { self.app.appStartStop(); + $('#startStop').blur(); }); window.addEventListener('tizenhwkey', function(e) { diff --git a/js/app.js b/js/app.js index b343319..4081ed8 100644 --- a/js/app.js +++ b/js/app.js @@ -57,7 +57,7 @@ var ExercisePlanner = function () { /** * List of generate available exercises; */ - availableExercises: null, + availableExercises: [], // deprecated for this version; increasingStrength: true,