Update jQuery: 3.3.1 -> 3.5.1

This commit is contained in:
ruan 2020-12-20 08:23:01 +02:00
parent 800cc82b4a
commit 7bfe4f3854
2 changed files with 1 additions and 3 deletions

View File

@ -1,3 +1,3 @@
<script src="<?php echo $this->resource('inc/js/jquery-3.3.1.min.js'); ?>"></script> <script src="<?php echo $this->resource('inc/js/jquery-3.5.1.min.js'); ?>"></script>
<script src="<?php echo $this->resource('inc/js/bootstrap.min.js'); ?>"></script> <script src="<?php echo $this->resource('inc/js/bootstrap.min.js'); ?>"></script>
<?php echo "</html>"; ?> <?php echo "</html>"; ?>

File diff suppressed because one or more lines are too long