Eliminar script::type

This commit is contained in:
Juan Pablo Vial
2025-05-15 16:04:35 -04:00
parent 03317b3aa5
commit 331d004040
24 changed files with 24 additions and 24 deletions

View File

@ -120,7 +120,7 @@
@endsection
@push('page_scripts')
<script type="text/javascript">
<script>
function action(action, cierre_id) {
const url = '{{$urls->base}}/api/cierre/' + cierre_id + '/' + action
console.debug(url)