commit: ad47e7d0dec69aba451f3731805b4a1580659704
parent 2cb6b1cb522624e98ce5b99a2e61fa9b4084c0d6
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  6 Apr 2024 05:43:22 +0200
animelist: Put sorttable.js at the end
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/animelist.xhtml.in b/animelist.xhtml.in
@@ -4,7 +4,6 @@
 <!--#include file="templates/head.shtml" -->
 		<title>Anime List — lanodan’s cyber-home</title>
 		<link rel="stylesheet" href="css/sorttable.css?serial=2020091801"/>
-		<script defer="" src="javascript/sorttable.js?serial=2023030901"></script>
 	</head>
 	<body>
 <!--#include file="/templates/en/nav.shtml" -->
@@ -406,5 +405,7 @@
 			</table>
 		</section>
 		<!--#include file="templates/en/footer.shtml" -->
+		<!-- needs to be at the end… -->
+		<script defer="" src="javascript/sorttable.js?serial=2023030901"></script>
 	</body>
 </html>