Update users.blade.php

This commit is contained in:
Julian Prieber 2023-07-22 16:12:39 +02:00
parent 3290d20bcd
commit 15e05aced0
1 changed files with 3 additions and 4 deletions

View File

@ -171,7 +171,7 @@
</div> </div>
<script> <script>
document.addEventListener('DOMContentLoaded', function() { document.addEventListener("DOMContentLoaded", function() {
const getCellValue = (tr, idx) => tr.children[idx].innerText || tr.children[idx].textContent; const getCellValue = (tr, idx) => tr.children[idx].innerText || tr.children[idx].textContent;
const comparer = (idx, asc) => (a, b) => const comparer = (idx, asc) => (a, b) =>
@ -215,7 +215,6 @@
.forEach(tr => table.appendChild(tr)); .forEach(tr => table.appendChild(tr));
})); }));
}); });
</script> </script>
@endsection @endsection