mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-04 06:49:49 +00:00 
			
		
		
		
	fix: non-SPA fn defs (closes #154)
This commit is contained in:
		@@ -127,8 +127,11 @@
 | 
			
		||||
      navigate: (url) => (window.location.href = url),
 | 
			
		||||
      prefetch: () => {},
 | 
			
		||||
    }
 | 
			
		||||
    init()
 | 
			
		||||
    render()
 | 
			
		||||
 | 
			
		||||
    window.addEventListener("DOMContentLoaded", () => {
 | 
			
		||||
      init()
 | 
			
		||||
      render()
 | 
			
		||||
    })
 | 
			
		||||
  </script>
 | 
			
		||||
  {{end}}
 | 
			
		||||
</head>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user