public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] ipfire-theme/functions.pl: Load $extrahead after jQuery
@ 2021-11-27 19:10 Leo-Andres Hofmann
  2021-11-28 12:00 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Leo-Andres Hofmann @ 2021-11-27 19:10 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1012 bytes --]

This ensures that jQuery is also available for custom javascript
added to the HTML <head> with $extrahead.

Signed-off-by: Leo-Andres Hofmann <hofmann(a)leo-andres.de>
---
 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 <<END;
 <html>
 	<head>
 	<title>$headline - $title</title>
-	$extrahead
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
 	<link rel="shortcut icon" href="/favicon.ico" />
 	<script type="text/javascript" src="/include/jquery.js"></script>
 	<script src="/include/rrdimage.js"></script>
 
+	$extrahead
 	<script type="text/javascript">
 		function swapVisibility(id) {
 			\$('#' + id).toggle();
-- 
2.27.0.windows.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-28 12:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-27 19:10 [PATCH] ipfire-theme/functions.pl: Load $extrahead after jQuery Leo-Andres Hofmann
2021-11-28 12:00 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox