Upgrade deps

* polyfill to 0.12.0
* Pickr to 1.9.1
* jQuery to 3.7.1
This commit is contained in:
Kevin R
2025-01-05 12:47:06 +01:00
parent deec80b763
commit 8b91d422ab
5 changed files with 116 additions and 74 deletions

View File

@@ -112,7 +112,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="../browser-polyfill.js"></script>
<script src="../external_js/jquery-3.6.0.min.js"></script>
<script src="../external_js/jquery-3.7.1.min.js"></script>
<script src="../external_js/datatables.min.js"></script>
<script src="../core_js/log.js"></script>
<script src="../core_js/write_version.js"></script>