comment out reference to jquery-ui.css that is not present in static/ yet
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 24 Sep 2013 12:53:30 +0000 (14:53 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 24 Sep 2013 12:53:30 +0000 (14:53 +0200)
plugins/query_editor/__init__.py

index 53adeae..1626150 100644 (file)
@@ -17,7 +17,7 @@ class QueryEditor(Plugin):
             ] ,
             'css_files': [
                 'css/query_editor.css',
-                'css/jquery-ui.css',
+#                'css/jquery-ui.css',
 #                'css/demo_page.css',
 #                'css/demo_table.css',
             ]