Skip to content

Commit 15e05ac

Browse files
committed
Update users.blade.php
1 parent 3290d20 commit 15e05ac

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

resources/views/panel/users.blade.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
</div>
172172

173173
<script>
174-
document.addEventListener('DOMContentLoaded', function() {
174+
document.addEventListener("DOMContentLoaded", function() {
175175
const getCellValue = (tr, idx) => tr.children[idx].innerText || tr.children[idx].textContent;
176176
177177
const comparer = (idx, asc) => (a, b) =>
@@ -215,7 +215,6 @@
215215
.forEach(tr => table.appendChild(tr));
216216
}));
217217
});
218-
</script>
219-
220-
218+
</script>
219+
221220
@endsection

0 commit comments

Comments
 (0)