From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] ipfire-theme/functions.pl: Load $extrahead after jQuery Date: Sun, 28 Nov 2021 12:00:15 +0000 Message-ID: <145C2698-6DF2-41E1-B6C6-5F5A30300426@ipfire.org> In-Reply-To: <20211127191043.1279-1-hofmann@leo-andres.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8099071902737888615==" List-Id: --===============8099071902737888615== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 27 Nov 2021, at 19:10, Leo-Andres Hofmann wrot= e: >=20 > This ensures that jQuery is also available for custom javascript > added to the HTML with $extrahead. >=20 > Signed-off-by: Leo-Andres Hofmann > --- > html/html/themes/ipfire/include/functions.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/html/html/themes/ipfire/include/functions.pl b/html/html/theme= s/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 >