X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fquerycode%2Fquerycode.py;h=eaa231daaddfc4c14736e22acc837a8abde5261a;hb=928d9b692b74f7ebc2a6abaae24c00d9b2618acf;hp=5211d637dd5d13d2888fc2e7a298468da9ce9a0d;hpb=b709866ba93d98c32127ff4deae5b783e271e5b3;p=unfold.git diff --git a/plugins/querycode/querycode.py b/plugins/querycode/querycode.py index 5211d637..eaa231da 100644 --- a/plugins/querycode/querycode.py +++ b/plugins/querycode/querycode.py @@ -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