orbit-survey/app/views/panel/survey/front_end/surveys/redirect_standalone.html.erb

3 lines
90 B
Plaintext

<script type="text/javascript">
window.location.href = "<%= @redirect_url %>";
</script>