]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/App.svelte
Enable simple CI run (#77)
[nominatim-ui.git] / src / App.svelte
index 3e64b165dac64752dcceac5409304cd8c7c6ee90..ec1ca0bb2bc4b47d4912d29c6215dea80e14065c 100644 (file)
@@ -18,8 +18,8 @@
   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'}