turning off demo_page.css and demo_table.css for now
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 16 Sep 2013 10:07:03 +0000 (12:07 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 16 Sep 2013 10:07:03 +0000 (12:07 +0200)
these were designed for a specific purpose (demoing datatables)
before we can use them again it looks like we need to protect their possible impact against the rest of the system

plugins/active_filters/__init__.py
plugins/query_editor/__init__.py

index c20847a..d0dc05d 100644 (file)
@@ -48,7 +48,7 @@ class ActiveFilters(Plugin):
                 'js/active_filters.js',
              ],
             'css_files': [ 
-                'css/demo_table.css',
+#                'css/demo_table.css',
                 'css/active_filters.css'
             ]
         }
index 1a42989..53adeae 100644 (file)
@@ -18,8 +18,8 @@ class QueryEditor(Plugin):
             'css_files': [
                 'css/query_editor.css',
                 'css/jquery-ui.css',
-                'css/demo_page.css',
-                'css/demo_table.css',
+#                'css/demo_page.css',
+#                'css/demo_table.css',
             ]
         }
         return reqs