summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanne Moa <hanne.moa@uninett.no>2016-10-25 14:17:44 +0200
committerHanne Moa <hanne.moa@uninett.no>2016-10-25 14:17:44 +0200
commit47f88404e728123a39c24d834ae90c293a9db39d (patch)
treefcda4b11d512470217d36b89b2eb8f241db41479
parent4ebef1398f9652b8de3e1010943686bf6eab52ff (diff)
downloadsimplesamlphp-47f88404e728123a39c24d834ae90c293a9db39d.zip
simplesamlphp-47f88404e728123a39c24d834ae90c293a9db39d.tar.gz
simplesamlphp-47f88404e728123a39c24d834ae90c293a9db39d.tar.bz2
Postload all javascript
-rw-r--r--templates/base.twig3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/base.twig b/templates/base.twig
index 6274c30..bdce5e0 100644
--- a/templates/base.twig
+++ b/templates/base.twig
@@ -3,7 +3,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
- <script type="text/javascript" src="/{{ baseurlpath }}resources/script.js"></script>
<title>{{ pagetitle }}</title>
<link rel="stylesheet" type="text/css" href="/{{ baseurlpath }}resources/default.css">
<link rel="icon" type="image/icon" href="/{{ baseurlpath }}resources/icons/favicon.ico">
@@ -27,5 +26,7 @@
</div><!-- #wrap -->
+ <!-- postload javascript -->
+ <script type="text/javascript" src="/{{ baseurlpath }}resources/script.js"></script>
{% block postload %}{% endblock %}
</body></html>