Creates a new Response object instead of using the response from ResponseRenderer class. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
7 lines
154 B
Twig
7 lines
154 B
Twig
<script>
|
|
window.onload = function () {
|
|
window.location = '{{ url|escape('js') }}';
|
|
};
|
|
</script>
|
|
{{ t('Taking you to the target site.') }}
|