Ver código fonte

fix(annotations): removed accidental test code from annotationsSrv

Torkel Ödegaard 10 anos atrás
pai
commit
6d3b36d61b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      public/app/features/annotations/annotationsSrv.js

+ 1 - 1
public/app/features/annotations/annotationsSrv.js

@@ -62,7 +62,7 @@ define([
         min: options.time,
         min: options.time,
         max: options.time,
         max: options.time,
         eventType: options.annotation.name,
         eventType: options.annotation.name,
-        title: 'Torkel <test@asd.com>',//  options.title,
+        title: options.title,
         tags: options.tags,
         tags: options.tags,
         text: options.text,
         text: options.text,
         score: 1
         score: 1