We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28fe715 commit 7e59dd3Copy full SHA for 7e59dd3
1 file changed
script.js
@@ -312,6 +312,7 @@ document.getElementById('back-to-platforms')?.addEventListener('click', navigate
312
313
window.addEventListener('hashchange', () => {
314
const hash = window.location.hash.slice(1);
315
+ console.log('Hash changed to:', hash);
316
317
if (!hash) {
318
navigateToHome();
0 commit comments