From: Piotr Dabrowski Date: Tue, 27 Aug 2013 13:22:32 +0000 (+0200) Subject: [ExercisePlanner] updated ExercisePlanner sources X-Git-Tag: 2.2.1_release~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=031dc7a88d1c330e21269180b66f160ee36c6ebe;p=samples%2Fweb%2FExercisePlanner.git [ExercisePlanner] updated ExercisePlanner sources Change-Id: I374d581fd33d9b12d058276b6840d5b460c86076 --- diff --git a/js/UI.js b/js/UI.js index 4de4e67..e91c02d 100644 --- a/js/UI.js +++ b/js/UI.js @@ -254,7 +254,7 @@ function UI() { UI.prototype.showErrors = function (errors) { var i; // count; for (i = 0; i < errors.length; i += 1) { - alert(errors[i].name); + this.popup(errors[i].name); } this.unblockButtons(); };