Gustavo Luigi 2024-01-11 17:48:12 -03:00
parent b79af53afd
commit 4b92e6e954
1 changed files with 0 additions and 8 deletions

View File

@ -184,14 +184,6 @@
<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');