Skip to content

Commit 6b7fb84

Browse files
committed
fix(ie11): This is temporary and won't be available for v2
1 parent eab4dad commit 6b7fb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/index.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<body>
1919
<script>
2020
(function(){
21-
let redirect = sessionStorage.redirect;
21+
var redirect = sessionStorage.redirect;
2222
delete sessionStorage.redirect;
2323
if (redirect && redirect !== location.href) {
2424
history.replaceState(null, null, redirect);

0 commit comments

Comments
 (0)