From: Piotr Dabrowski Date: Tue, 27 Aug 2013 08:38:27 +0000 (+0200) Subject: [ExercisePlanner] updated ExercisePlanner sources X-Git-Tag: 2.2.1_release~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b2a5bcbcc877d0e6e2123a98b61e8f0d056faa4;p=samples%2Fweb%2FExercisePlanner.git [ExercisePlanner] updated ExercisePlanner sources Change-Id: Ie207fa2d93ba5439723bb30a1c3d0b8a9ce7b57e --- diff --git a/js/UI.js b/js/UI.js index acc3060..4de4e67 100644 --- a/js/UI.js +++ b/js/UI.js @@ -49,7 +49,7 @@ function UI() { UI.prototype.popup = function (text, callback) { var i, popup = $("#popup"), - buttons = {'Close': function () { $("#popup").popup('close') }}; + buttons = {'Cancel': function () { $("#popup").popup('close') }}; // to hide default button give {'Close': false} in callback for (i in callback) {