Skip to content

Commit

Permalink
Update history.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealGeoDash2019 authored Nov 19, 2024
1 parent 0261183 commit 32c2508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion history.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@
Array.from(historyEntries.childNodes).forEach(e => e.remove());
const entries = historyState.map(e => {
return createHistoryEntry(e.viewedAt, e.url);
})
}).reverse()
historyEntries.append(...entries);
} else {
Array.from(historyEntries.childNodes).forEach(e => e.remove());
Expand Down

0 comments on commit 32c2508

Please sign in to comment.