Gustavo Luigi 2024-01-11 17:45:25 -03:00
parent eaa3bedf59
commit b79af53afd
1 changed files with 9 additions and 0 deletions

View File

@ -183,6 +183,15 @@
<script src="{{ asset('template/js/pages/news/events.js') }}"></script>
<script src="{{ asset('template/js/pages/news/script.js') }}"></script> -->
<script src="{{ asset('template/assets/libs/intl-tel-input-17.0.0/js/intlTelInput.min.js') }}"></script>
<script>
//@{{ session()->has('success') }};

document.addEventListener("DOMContentLoaded", () => {
alert(window.location.hash.substring(1));
});
</script>
<script>
document.addEventListener("DOMContentLoaded", () => {
let baseUrl = document.querySelector("meta[name=url-base]").getAttribute('content');