Skip to content

Commit 7e59dd3

Browse files
committed
Debug
1 parent 28fe715 commit 7e59dd3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ document.getElementById('back-to-platforms')?.addEventListener('click', navigate
312312

313313
window.addEventListener('hashchange', () => {
314314
const hash = window.location.hash.slice(1);
315+
console.log('Hash changed to:', hash);
315316

316317
if (!hash) {
317318
navigateToHome();

0 commit comments

Comments
 (0)