]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/App.svelte
use Svelte (HTML) style comments, // shows up on screen
[nominatim-ui.git] / src / App.svelte
index 3e64b165dac64752dcceac5409304cd8c7c6ee90..54cad5ddad2e59a75151ae5da1a59310b9d2af68 100644 (file)
@@ -18,7 +18,7 @@
   refresh_page();
 </script>
 
-// deal with back-button and other user action
+<!-- deal with back-button and other user action -->
 <svelte:window on:popstate={refresh_page} />
 
 <Header/>