diff --git a/internal/ui/static/js/app.js b/internal/ui/static/js/app.js index 35df18a2..bb6b997a 100644 --- a/internal/ui/static/js/app.js +++ b/internal/ui/static/js/app.js @@ -433,7 +433,7 @@ function unsubscribeFromFeed() { * @param {string} page Page to redirect to. * @param {boolean} fallbackSelf Refresh actual page if the page is not found. */ -function goToPage(page, fallbackSelf = true) { +function goToPage(page, fallbackSelf = false) { const element = document.querySelector(":is(a, button)[data-page=" + page + "]"); if (element) {