autonumeric

This commit is contained in:
amazuecos
2025-02-05 04:17:52 +01:00
parent b67b41148b
commit 23a6e4e8e5
10 changed files with 224 additions and 46 deletions

View File

@ -85,6 +85,8 @@ $picture = "/assets/img/default-user.png";
<!-- Helpers -->
<script src="<?= site_url('themes/vuexy/vendor/js/helpers.js') ?>"></script>
<script src="<?= site_url('themes/vuexy/js/config.js') ?>"></script>
<script src="<?= site_url('themes/vuexy/vendor/libs/autoNumeric/autoNumeric.min.js') ?>"></script>
</head>