[ExercisePlanner] updated ExercisePlanner sources
[samples/web/ExercisePlanner.git] / 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) {