Modified sliceview to have the filters on top of the resources div stack, correcting...
[myslice.git] / plugins / query_editor / static / js / query_editor.js
index fac8c72..9858818 100644 (file)
 
         on_field_added: function(field)
         {
-            console.log("on_field_added : "+field);
             this.check_field(field);
         },