Always load jQuery library
authorJoey Schulze <joey@infodrom.org>
Sun, 6 Apr 2014 08:55:19 +0000 (08:55 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 6 Apr 2014 08:55:19 +0000 (08:55 +0000)
Styles/service.style

index 5b33d99..25da7cc 100644 (file)
@@ -34,6 +34,7 @@
 <meta name="author" content="joey@infodrom.org (Martin Schulze)">
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link href="<root_prefix>infodrom.css" rel="stylesheet" type="text/css">
+<script type="text/javascript" src="<root_prefix>/jquery-2.1.0.min.js"></script>
 </head>
 <body>
 
@@ -101,7 +102,6 @@ img.calendar {
 </define-tag>
 
 <define-tag future>
-<script type="text/javascript" src="<root_prefix>/jquery-2.1.0.min.js"></script>
 <?php
 require_once('<root_prefix>/config.php');
 require_once('<root_prefix>/future.php');