Fix: Minor
[myslice.git] / plugins / querycode / __init__.py
index 55da3e9..0a2391f 100644 (file)
@@ -14,7 +14,7 @@ class QueryCode (Plugin):
             'js_files' : [ 
                 "js/querycode.js", 
                 "js/manifold.js", "js/manifold-query.js",
-                "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js", 
+                "js/spin-presets.js", "js/spin.min.js", "js/jquery.spin.js", 
                 "js/shAutoloader.js","js/shCore.js","js/shBrushPython.js","js/shBrushRuby.js",
                 ] ,
 # thierry: see this file for details of why we turn this off for now            
@@ -25,6 +25,3 @@ class QueryCode (Plugin):
             }
 
     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