expose each query ONCE to js, plugin gets initialized with query_uuid only
[unfold.git] / plugins / querycode / querycode.py
index 5211d63..87dc4c6 100644 (file)
@@ -29,7 +29,7 @@ class QueryCode (Plugin):
                            ],
             }
 
-    def json_settings_list (self): return ['plugin_uuid', 'query','query_uuid']
+    def json_settings_list (self): return ['plugin_uuid','query_uuid']
         
     # because we have a link to a query it looks like we need a spin, let's make this right
     def start_with_spin (self): return False