survey/app/views/surveys/answer_success.html.erb

4 lines
137 B
Plaintext
Raw Normal View History

2014-10-06 05:55:25 +00:00
<script type="text/javascript">
alert("<%= t('survey.answer_success')%>");
window.location.href = "<%= page_for_survey %>";
</script>