summaryrefslogtreecommitdiff
path: root/common/header.j2.inc
diff options
context:
space:
mode:
authorAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-30 23:25:31 +0100
committerAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-30 23:25:31 +0100
commitc87a3365fa14b72fea9d1a2db4a287ec999a5502 (patch)
tree079848e58f3db3d48d019e08c515e65a8eea4431 /common/header.j2.inc
parent7f451c02d448c58e4bca7b074fc89eccb5d07b98 (diff)
downloadwww-c87a3365fa14b72fea9d1a2db4a287ec999a5502.tar.gz
www-c87a3365fa14b72fea9d1a2db4a287ec999a5502.tar.bz2
www-c87a3365fa14b72fea9d1a2db4a287ec999a5502.zip
UC: Semantic clean-up -- feedback 9, 10, 12 from hk; WIP
Diffstat (limited to 'common/header.j2.inc')
-rw-r--r--common/header.j2.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/header.j2.inc b/common/header.j2.inc
index 00ed5fd4..f8d797e9 100644
--- a/common/header.j2.inc
+++ b/common/header.j2.inc
@@ -54,12 +54,12 @@
<!-- Custom styles for this template -->
<link href="{{ url_static('styles.css') }}" rel="stylesheet">
- <script src="{{ url_dist('bootstrap/bootstrap.bundle.min.js') }}"></script>
+ <script defer src="{{ url_dist('bootstrap/bootstrap.bundle.min.js') }}"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
- <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
- <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+ <script defer src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+ <script defer src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="alternate" type="application/rss+xml" title="Taler.net rss" href="{{ url_localized('rss.xml') }}">