Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vcheckzen authored Oct 27, 2024
1 parent 46d408d commit 296756f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1656,7 +1656,7 @@
}

function sortList(clickedElem) {
let loadedPages = window.fileCache.get(
const loadedPages = window.fileCache.get(
window.backFordwardCache.current
);
const oldSortOrder = loadedPages?.orderby || 'name asc';
Expand Down

0 comments on commit 296756f

Please sign in to comment.