0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 11:12:15 +02:00

replace jquery 1.12.4 with 3.7.0 - see #734

This commit is contained in:
David Goodwin 2023-06-13 11:06:43 +01:00
parent 1e872d8a90
commit f8e6cf408a
2 changed files with 4 additions and 1 deletions

2
public/jquery-3.7.0.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,8 @@
<link rel="stylesheet" type="text/css" href="{$CONF.theme_custom_css}"/>
{/if}
<script src="{$rel_path}jquery-1.12.4.min.js"></script>
<!-- needed for datetimepicker -->
<script src="{$rel_path}jquery-3.7.0.min.js"></script>
<script src="{$rel_path}css/bootstrap-3.4.1-dist/js/moment-with-locales.min.js"></script>
<script src="{$rel_path}css/bootstrap-3.4.1-dist/js/bootstrap.min.js"></script>
<script src="{$rel_path}css/bootstrap-3.4.1-dist/js/bootstrap-datetimepicker.min.js"></script>