Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Nginxy-Theme/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ function sortTable(field) {
const tbody = table.querySelector('tbody');

// Separate directory and file rows
const rows = Array.from(tbody.querySelectorAll('tr:not(.parent)'));
const rows = Array.from(tbody.querySelectorAll('tr'));

// Identify the parent directory row (Parent directory)
const parentRow = rows.find(row => {
Expand Down