Skip to content

Commit 1ad89ea

Browse files
authored
Update redirect-back.html
1 parent 9081e9d commit 1ad89ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-view/redirect-back.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<script>
2-
window.location.href = window.history.state;
2+
window.location.href = window.history.state.url;
33
</script>

0 commit comments

Comments
 (0)