This commit is contained in:
Beverly Nguyen
2024-07-25 11:59:42 -07:00
parent 68d58116c4
commit a8ce0be98b
5 changed files with 40 additions and 43 deletions

View File

@@ -1,14 +0,0 @@
(function (window) {
// document.addEventListener("DOMContentLoaded", function() {
// const rows = document.querySelectorAll('td.table-field.file-name');
// rows.forEach(row => {
// let sortValue = row.getAttribute('data-sort-value');
// if (sortValue) {
// // Remove non-numeric characters to ensure numerical comparison
// sortValue = sortValue.replace(/\D/g, '');
// row.setAttribute('data-sort-value', sortValue);
// }
// });
// });
})(window);