We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9081e9d commit 1ad89eaCopy full SHA for 1ad89ea
live-view/redirect-back.html
@@ -1,3 +1,3 @@
1
<script>
2
-window.location.href = window.history.state;
+window.location.href = window.history.state.url;
3
</script>
0 commit comments