From 2e7649dcbca48ad898f69b728ef36a4ade2e6a76 Mon Sep 17 00:00:00 2001 From: scottashton Date: Wed, 23 Apr 2014 15:58:12 +0200 Subject: [PATCH] fixed modal warning bug --- js/apps/system/aardvark/frontend/js/views/dashboardView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/apps/system/aardvark/frontend/js/views/dashboardView.js b/js/apps/system/aardvark/frontend/js/views/dashboardView.js index b79ca5f17d..60e866da4d 100644 --- a/js/apps/system/aardvark/frontend/js/views/dashboardView.js +++ b/js/apps/system/aardvark/frontend/js/views/dashboardView.js @@ -557,7 +557,7 @@ } this.getStatistics(); this.prepareDygraphs(); - if (self.isUpdating) { + if (this.isUpdating) { this.prepareD3Charts(); this.prepareResidentSize(); this.updateTendencies();