summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-11 12:21:33 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-11 12:21:33 +0200
commita8be206eb962cc045a432656f9eb0eed8e837a3d (patch)
tree3890510e69a12a1b3d06147c2f4e00c68bf66027 /common
parentf0a6b101b1b474278374bdc21ec98a9ac35acb3a (diff)
downloadwww-a8be206eb962cc045a432656f9eb0eed8e837a3d.tar.gz
www-a8be206eb962cc045a432656f9eb0eed8e837a3d.tar.bz2
www-a8be206eb962cc045a432656f9eb0eed8e837a3d.zip
fix JS links, migrate to current jquery and bootstrap versions
Diffstat (limited to 'common')
-rw-r--r--common/header.j2.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/header.j2.inc b/common/header.j2.inc
index 0a630f4d..bd3d7d01 100644
--- a/common/header.j2.inc
+++ b/common/header.j2.inc
@@ -3,7 +3,7 @@
@licstart The following is the entire license notice for the
JavaScript code in this page.
- Copyright (C) 2014, 2015, 2016, 2020, 2021 Taler Systems SA
+ Copyright (C) 2014, 2015, 2016, 2020, 2021, 2022 Taler Systems SA
The JavaScript code in this page is free software: you can
redistribute it and/or modify it under the terms of the GNU
@@ -46,12 +46,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="">
<!-- Bootstrap core CSS -->
- <link href="{{ url_dist('bootstrap@4.6.0/bootstrap.min.css') }}" rel="stylesheet">
+ <link href="{{ url_dist('bootstrap/bootstrap.min.css') }}" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="{{ url_static('styles.css') }}" rel="stylesheet">
- <script src="{{ url_dist('bootstrap@4.6.0/jquery-3.5.1.slim.min.js') }}"></script>
- <script src="{{ url_dist('bootstrap@4.6.0/bootstrap.bundle.min.js') }}"></script>
+ <script src="{{ url_dist('jquery/jquery.slim.min.js') }}"></script>
+ <script 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]>