another small fix for timezone and annotations, #611

This commit is contained in:
Torkel Ödegaard
2014-07-21 18:52:19 +02:00
parent 37c43199ca
commit 85a8f2f147
+1 -1
View File
@@ -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) {