X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fquerycode%2Fquerycode.py;h=b29917d271b07058fe2c6397962161408e96833a;hb=00c607ef9000811b027330152e09b4da8c46ad02;hp=6c3cb21dac906c773a548204eb66b40684241723;hpb=1c3f2ffe56800f166095d0b7c0011a6202b0bb4d;p=unfold.git diff --git a/plugins/querycode/querycode.py b/plugins/querycode/querycode.py index 6c3cb21d..b29917d2 100644 --- a/plugins/querycode/querycode.py +++ b/plugins/querycode/querycode.py @@ -13,21 +13,16 @@ class QueryCode (Plugin): def requirements (self): return { - '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'); -# Plugins::add_js('/QueryCode/beautyofcode/scripts/shBrushPython.js'); -# Plugins::add_js('/QueryCode/beautyofcode/scripts/shBrushRuby.js'); -# Plugins::add_js('/QueryCode/beautyofcode/scripts/shAutoloader.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", + "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 - 'css_files': [ -### "css/querycode.css" , -# Plugins::add_css('/QueryCode/beautyofcode/styles/shCore.css'); -# Plugins::add_css('/QueryCode/beautyofcode/styles/shCoreDefault.css'); -# Plugins::add_css('/QueryCode/beautyofcode/styles/shThemeDefault.css'); + 'css_files': [ + "css/querycode.css" , + "css/shCore.css","css/shCoreDefault.css","css/shThemeDefault.css", ], }