We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3290d20 commit 15e05acCopy full SHA for 15e05ac
resources/views/panel/users.blade.php
@@ -171,7 +171,7 @@
171
</div>
172
173
<script>
174
- document.addEventListener('DOMContentLoaded', function() {
+ document.addEventListener("DOMContentLoaded", function() {
175
const getCellValue = (tr, idx) => tr.children[idx].innerText || tr.children[idx].textContent;
176
177
const comparer = (idx, asc) => (a, b) =>
@@ -215,7 +215,6 @@
215
.forEach(tr => table.appendChild(tr));
216
}));
217
});
218
- </script>
219
-
220
+ </script>
+
221
@endsection
0 commit comments