Skip to content

Commit 719ac15

Browse files
committed
updating jquery version in sample
1 parent 290fdef commit 719ac15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/Archiving/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.0.0/css/bootstrap-theme.min.css">
1212
<link rel="stylesheet" href="{{ url_for('static', filename='css/sample.css') }}">
1313

14-
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
14+
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
1515
</head>
1616
<body>
1717

0 commit comments

Comments
 (0)