Commit 85a8f2f1 by Torkel Ödegaard

another small fix for timezone and annotations, #611

parent 37c43199
...@@ -32,7 +32,7 @@ define([ ...@@ -32,7 +32,7 @@ define([
return promiseCached; return promiseCached;
} }
var timezone = dashboard,timezone; timezone = dashboard.timezone;
var annotations = _.where(annotationPanel.annotations, { enable: true }); var annotations = _.where(annotationPanel.annotations, { enable: true });
var promises = _.map(annotations, function(annotation) { var promises = _.map(annotations, function(annotation) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment