Skip to content

Commit

Permalink
Load page history on history flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Zokhoi committed Sep 25, 2023
1 parent 672deda commit ff16091
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framerail/src/routes/[slug]/[...extra]/page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@
}).then(res=>res.json())
$: showHistory = true
}
if (data?.options.history) handleHistory()
</script>

<h1>UNTRANSLATED:Loaded page</h1>
Expand Down

0 comments on commit ff16091

Please sign in to comment.