From 85a8f2f1472ab88da96dcb74a0a52a1e96c94338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 21 Jul 2014 18:52:06 +0200 Subject: [PATCH] another small fix for timezone and annotations, #611 --- src/app/services/annotationsSrv.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/annotationsSrv.js b/src/app/services/annotationsSrv.js index 7ce3cdbc3e3..2f15cf763bd 100644 --- a/src/app/services/annotationsSrv.js +++ b/src/app/services/annotationsSrv.js @@ -32,7 +32,7 @@ define([ return promiseCached; } - var timezone = dashboard,timezone; + timezone = dashboard.timezone; var annotations = _.where(annotationPanel.annotations, { enable: true }); var promises = _.map(annotations, function(annotation) {