From: Piotr Dabrowski Date: Fri, 30 Aug 2013 07:13:44 +0000 (+0200) Subject: [ExercisePlanner] updated ExercisePlanner sources X-Git-Tag: 2.2.1_release~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9905d2e3a52703b4f7243a4aaa1b6c81340face;p=samples%2Fweb%2FExercisePlanner.git [ExercisePlanner] updated ExercisePlanner sources Change-Id: I7c44b953aecd520c39e28c3caa076c59f0fe963a --- diff --git a/js/UI.js b/js/UI.js index d3fb667..e99db9a 100644 --- a/js/UI.js +++ b/js/UI.js @@ -127,7 +127,7 @@ function UI() { self.app.disableTimeRange($(this).data('val')); } }); - $('#availableTime :jqmData(name=delete)').on('tap', function (e) { + $('#availableTime :jqmData(name=delete)').on('click', function (e) { var value = $(this).data('val'); e.stopPropagation(); if (self.app.config.trainingEnabled) {