X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fquerycode%2F__init__.py;h=0a2391fb4a8992e4772d437b4aa2726999aba0fd;hb=b62712ea1bb91c0ab746be38ceec429a90cab212;hp=55da3e9c986601aac4f162e51a0b5ee5bbe187ee;hpb=937653fd70bbf7d95bcf870e7f2b46b4a8fec486;p=myslice.git diff --git a/plugins/querycode/__init__.py b/plugins/querycode/__init__.py index 55da3e9c..0a2391fb 100644 --- a/plugins/querycode/__init__.py +++ b/plugins/querycode/__init__.py @@ -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