Update jQuery version

This commit is contained in:
Giuseppe Criscione 2018-09-04 15:59:22 +02:00
parent 1d1f173cb6
commit f2590df3d5

View File

@ -19,7 +19,7 @@
?>
<link rel="shortcut icon" href="<?= $this->uri('/assets/images/icon.png') ?>">
<link rel="stylesheet" href="<?= $this->uri('/assets/css/admin.min.css') ?>">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="<?= $this->uri('/assets/js/app.min.js') ?>"></script>
<script src="<?= $this->uri('/assets/js/vendor.min.js') ?>"></script>
</head>