From 031dc7a88d1c330e21269180b66f160ee36c6ebe Mon Sep 17 00:00:00 2001 From: Piotr Dabrowski Date: Tue, 27 Aug 2013 15:22:32 +0200 Subject: [PATCH] [ExercisePlanner] updated ExercisePlanner sources Change-Id: I374d581fd33d9b12d058276b6840d5b460c86076 --- js/UI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }; -- 2.7.4