We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290fdef commit 719ac15Copy full SHA for 719ac15
sample/Archiving/templates/base.html
@@ -11,7 +11,7 @@
11
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.0.0/css/bootstrap-theme.min.css">
12
<link rel="stylesheet" href="{{ url_for('static', filename='css/sample.css') }}">
13
14
- <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+ <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
15
</head>
16
<body>
17
0 commit comments