X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fquerycode%2F__init__.py;h=0a2391fb4a8992e4772d437b4aa2726999aba0fd;hb=c72cc9989a2947881417197a2ebe0c9398b0bf4f;hp=d46a8421f13f3c33d178e9f599241e757140cba0;hpb=2a5654f70a3fdb0ca45382619098a5bea8913bf0;p=unfold.git diff --git a/plugins/querycode/__init__.py b/plugins/querycode/__init__.py index d46a8421..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