From 7ecb3d8c1603557f8a1a1530d4f73307f33d79eb Mon Sep 17 00:00:00 2001 From: Piotr Dabrowski Date: Thu, 10 Oct 2013 14:30:35 +0200 Subject: [PATCH] [ExercisePlanner] updated ExercisePlanner sources Change-Id: I55a8305e0fed931d1f29763e9a5c6a28778c73f0 --- js/app.js | 2 -- 1 file changed, 2 deletions(-) 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); - } }; /** -- 2.7.4