From f834f2597628bacf96cb0ab4c8225c6f7cf240c1 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 20 Mar 2013 10:34:44 +0100 Subject: [PATCH] tweaks --- trash/pluginview.py | 4 ++-- views/templates/layout-unfold1.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/trash/pluginview.py b/trash/pluginview.py index 1bfbb8c2..a7269b96 100644 --- a/trash/pluginview.py +++ b/trash/pluginview.py @@ -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} diff --git a/views/templates/layout-unfold1.html b/views/templates/layout-unfold1.html index 1bd75e47..9f7de2c3 100644 --- a/views/templates/layout-unfold1.html +++ b/views/templates/layout-unfold1.html @@ -8,9 +8,9 @@ {{ header_prelude }} {# 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" %} {% block container %}
-- 2.43.0