]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
use Svelte (HTML) style comments, // shows up on screen
authormarc tobias <mtmail@gmx.net>
Sat, 6 Feb 2021 23:53:23 +0000 (00:53 +0100)
committermarc tobias <mtmail@gmx.net>
Sat, 6 Feb 2021 23:53:23 +0000 (00:53 +0100)
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/>