mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-10-23 04:12:42 +00:00
Intercept internal links and render the page without reloading
This commit is contained in:
@@ -18,6 +18,6 @@
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body onload="render()">
|
||||
<body onload="render(window.location.pathname)">
|
||||
<script src="/index.js"></script>
|
||||
</body>
|
Reference in New Issue
Block a user