Explorar el Código

fix: removed code intented to test/replicate an issue

Torkel Ödegaard hace 8 años
padre
commit
aef4eca254
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/app/plugins/datasource/elasticsearch/query_def.js

+ 1 - 1
public/app/plugins/datasource/elasticsearch/query_def.js

@@ -29,7 +29,7 @@ function (_) {
 
 
     orderByOptions: [
     orderByOptions: [
       {text: "Doc Count",  value: '_count' },
       {text: "Doc Count",  value: '_count' },
-      {text: "Term value<script>alert('hello')</script>", value: '_term' },
+      {text: "Term value", value: '_term' },
     ],
     ],
 
 
     orderOptions: [
     orderOptions: [