Sfoglia il codice sorgente

another small fix for timezone and annotations, #611

Torkel Ödegaard 11 anni fa
parent
commit
85a8f2f147
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) {