renamed plugin.js into metadata.js, rewritten
[unfold.git] / plugins / querycode / querycode.py
index 5211d63..eaa231d 100644 (file)
@@ -13,8 +13,8 @@ class QueryCode (Plugin):
 
     def requirements (self):
         return { 
-            'js_files' : [ "js/querycode.js", "js/plugin.js", "js/manifold-query.js", "js/onavail.js",
-                           "js/manifold-pubsub.js", "js/manifold-async.js", 
+            'js_files' : [ "js/querycode.js", 
+                           "js/manifold.js", "js/manifold-query.js",
                            "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js", 
                            
 #        Plugins::add_js('/QueryCode/beautyofcode/scripts/shCore.js');
@@ -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