From: Piotr Dabrowski Date: Thu, 10 Oct 2013 12:30:35 +0000 (+0200) Subject: [ExercisePlanner] updated ExercisePlanner sources X-Git-Tag: 2.2.1_release~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ecb3d8c1603557f8a1a1530d4f73307f33d79eb;p=samples%2Fweb%2FExercisePlanner.git [ExercisePlanner] updated ExercisePlanner sources Change-Id: I55a8305e0fed931d1f29763e9a5c6a28778c73f0 --- diff --git a/js/app.js b/js/app.js index 4081ed8..86fe762 100644 --- a/js/app.js +++ b/js/app.js @@ -269,10 +269,8 @@ var ExercisePlanner = function () { * @param type */ ExercisePlanner.prototype.changeTypeOfPeriods = function changeTypeOfPeriods(type) { - if (this.config.currentTypeOfPeriods !== type) { this.config.currentTypeOfPeriods = type; this.updateGraph(this.config.currentTypeOfPeriods); - } }; /**