From c425f209946cc00fb062185341672bdf0a9ed817 Mon Sep 17 00:00:00 2001 From: onli Date: Fri, 4 Oct 2013 17:28:25 +0200 Subject: [PATCH] Fix drag'n drop by moving jquery to top (#65) The backend_header-event, which includes jquery, should really stay in the header. I'm surprised the other jquery-plugins continued to work. --- templates/2k11/admin/index.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/2k11/admin/index.tpl b/templates/2k11/admin/index.tpl index 25548b89..af44e0b8 100644 --- a/templates/2k11/admin/index.tpl +++ b/templates/2k11/admin/index.tpl @@ -9,6 +9,7 @@ {if $admin_vars.admin_installed}{serendipity_hookPlugin hook="backend_header" hookAll="true"}{/if} + {if $admin_vars.admin_installed}{serendipity_hookPlugin hook="backend_header" hookAll="true"}{/if} {if NOT $admin_vars.no_banner} @@ -179,7 +180,6 @@ {/if} - {if $admin_vars.admin_installed}{serendipity_hookPlugin hook="backend_header" hookAll="true"}{/if}