turn off querycode.css for now as it appears to set stuff for e.g. div.in that messes...
[unfold.git] / plugins / querycode / querycode.py
index 4a6e6b2..6c3cb21 100644 (file)
@@ -13,7 +13,7 @@ class QueryCode (Plugin):
 
     def requirements (self):
         return { 
-            'js_files' : [ "js/querycode.js", "js/plugin.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", 
                            
@@ -22,11 +22,13 @@ class QueryCode (Plugin):
 #        Plugins::add_js('/QueryCode/beautyofcode/scripts/shBrushRuby.js');
 #        Plugins::add_js('/QueryCode/beautyofcode/scripts/shAutoloader.js');
                            ] ,
-            'css_files': [ "css/querycode.css" ,
+# 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');
-                           ],
+                ],
             }
 
     def json_settings_list (self): return ['plugin_uuid','query_uuid']