rename js Query into ManifoldQuery
[myslice.git] / plugins / querycode / querycode.py
index fc5c163..6766444 100644 (file)
@@ -13,7 +13,7 @@ class QueryCode (Plugin):
 
     def requirements (self):
         return { 
-            'js_files' : [ "js/querycode.js", "js/plugin.js", "js/query.js", "js/onavail.js",
+            'js_files' : [ "js/querycode.js", "js/plugin.js", "js/manifold-query.js", "js/onavail.js",
                            "js/manifold-pubsub.js", "js/manifold-async.js", 
                            "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js", 
                            
@@ -31,4 +31,5 @@ class QueryCode (Plugin):
 
     def json_settings_list (self): return ['plugin_uuid', 'query','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