tweaks
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 20 Mar 2013 09:34:44 +0000 (10:34 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 20 Mar 2013 09:34:44 +0000 (10:34 +0100)
trash/pluginview.py
views/templates/layout-unfold1.html

index 1bfbb8c..a7269b9 100644 (file)
@@ -77,8 +77,8 @@ def test_plugin_view (request):
     template_env [ 'topmenu_items' ] = topmenu_items('plugin', request) 
     template_env [ 'username' ] = the_user (request) 
 
-    # we don't have anythong asynchroneous, but that doesn't hurt...
-    page.exec_queue_asynchroneously ()
+    # we don't have anythong asynchroneous, and manifold.js is not loaded
+#    page.exec_queue_asynchroneously ()
 
     # the prelude object in page contains a summary of the requirements() for all plugins
     # define {js,css}_{files,chunks}
index 1bd75e4..9f7de2c 100644 (file)
@@ -8,9 +8,9 @@
 <style type="text/css">{# In case we need to add raw css code #}{% container prelude_css %}</style>
 {{ header_prelude }}
 </head>{# let's add these ones no matter what #}
+{% insert_str prelude "css/layout-unfold1.css" %}
 {% insert_str prelude "js/jquery.js" %}
 {% insert_str prelude "js/init-all-plugins.js" %}
-{% insert_str prelude "css/layout-unfold1.css" %}
 <body>
 {% block container %}
 <div id="container">