From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo-Andres Hofmann To: development@lists.ipfire.org Subject: [PATCH] ipfire-theme/functions.pl: Load $extrahead after jQuery Date: Sat, 27 Nov 2021 20:10:43 +0100 Message-ID: <20211127191043.1279-1-hofmann@leo-andres.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5577948272101606201==" List-Id: --===============5577948272101606201== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This ensures that jQuery is also available for custom javascript added to the HTML with $extrahead. Signed-off-by: Leo-Andres Hofmann --- html/html/themes/ipfire/include/functions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/html/themes/ipfire/include/functions.pl b/html/html/themes/= ipfire/include/functions.pl index 18931428e..54f8966d5 100644 --- a/html/html/themes/ipfire/include/functions.pl +++ b/html/html/themes/ipfire/include/functions.pl @@ -120,12 +120,12 @@ print < $headline - $title - $extrahead =20 + $extrahead