Reviewed-by: Michael Tremer > On 27 Nov 2021, at 19:10, Leo-Andres Hofmann wrote: > > 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 > > > > > > + $extrahead >