Update users.blade.php
This commit is contained in:
parent
3290d20bcd
commit
15e05aced0
|
@ -171,7 +171,7 @@
|
|||
</div>
|
||||
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
const getCellValue = (tr, idx) => tr.children[idx].innerText || tr.children[idx].textContent;
|
||||
|
||||
const comparer = (idx, asc) => (a, b) =>
|
||||
|
@ -215,7 +215,6 @@
|
|||
.forEach(tr => table.appendChild(tr));
|
||||
}));
|
||||
});
|
||||
</script>
|
||||
|
||||
</script>
|
||||
|
||||
@endsection
|
Loading…
Reference in New Issue