refresh_page();
</script>
-// deal with back-button and other user action
-<svelte:window on:popstate={refresh_page} />
+<!-- deal with back-button and other user action -->
+<svelte:window on:popstate={() => refresh_page()} />
<Header/>
{#if view === 'search'}