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 93a4438 commit b9a61b2Copy full SHA for b9a61b2
layouts/partials/footer.html
@@ -11,8 +11,8 @@
11
<img src="{{ relURL "images/icons/chevron-up@2x.png" }}" width="20" height="20" alt="scroll-to-top"/>
12
</a>
13
14
-<script src="{{ relURL "js/jquery-1.7.1.min.js" }}"></script>
15
-<script src="{{ relURL "js/jquery-ui-1.8.18.custom.min.js" }}"></script>
+<script src="{{ relURL "js/jquery-3.7.1.min.js" }}"></script>
+<script src="{{ relURL "js/jquery-ui-1.14.1.min.js" }}"></script>
16
<script src="{{ relURL "js/jquery.defaultvalue.js" }}"></script>
17
<script src="{{ relURL "js/session.min.js" }}"></script>
18
{{ $js := resources.Get "js/application.js" | resources.ExecuteAsTemplate "js/application.js" . | resources.Minify | fingerprint }}
0 commit comments