Update redirect.blade.php

pull/6439/head
Shlee 4 weeks ago committed by GitHub
parent ef6187b917
commit d1f8fff739
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,7 +16,7 @@
<script type="text/javascript">
window.history.replaceState({}, document.title, '/i/redirect');
setTimeout(function() {
window.location.href = '{{$url}}';
window.location.href = {{ Js::from($url) }};
}, 1500);
</script>
@endpush
@endpush

Loading…
Cancel
Save