[ExercisePlanner] updated ExercisePlanner sources
authorPiotr Dabrowski <p.dabrowski2@samsung.com>
Tue, 20 Aug 2013 13:22:33 +0000 (15:22 +0200)
committerPiotr Dabrowski <p.dabrowski2@samsung.com>
Tue, 20 Aug 2013 13:22:33 +0000 (15:22 +0200)
Change-Id: I2e37e111e12686861d147f3980a9cd4f16eaf4d4

js/UI.js

index c4d672b..acc3060 100644 (file)
--- a/js/UI.js
+++ b/js/UI.js
@@ -340,7 +340,7 @@ function UI() {
                        self.clearTabbars();
                });
 
-               $('#startStop').on('tap', function () {
+               $('#startStop').on('click', function () {
                        self.app.appStartStop();
                });
 
@@ -460,7 +460,7 @@ function UI() {
                });
 
                $('#customExercises').on('pageinit', function (page, options) {
-                       $('#btnNewExercise').on('vmousedown', function (e) {
+                       $('#btnNewExercise').on('click', function (e) {
                                e.preventDefault();
                                e.stopPropagation();
                                if ($(this).data('disabled') !== true) {