فهرست منبع

another small fix for timezone and annotations, #611

Torkel Ödegaard 11 سال پیش
والد
کامیت
85a8f2f147
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/app/services/annotationsSrv.js

+ 1 - 1
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) {