Opportunity html
Jump to navigation
Jump to search
| Line 96: | Line 96: | ||
<script> | <script> | ||
| + | |||
| + | function setup() { | ||
| + | |||
var data = ['', 'Scholarship','Internship','European voluntary service (EVS/ESC)','Other'] | var data = ['', 'Scholarship','Internship','European voluntary service (EVS/ESC)','Other'] | ||
var options = [] | var options = [] | ||
| Line 1,936: | Line 1,939: | ||
$('#form_container' ).append( form.$element ); | $('#form_container' ).append( form.$element ); | ||
| + | |||
| + | } | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | $( function () { | ||
| + | |||
| + | setup(); | ||
| + | |||
| + | $( window ).on( 'popstate', setup ); | ||
| + | } ); | ||
| + | |||
| + | |||
</script> | </script> | ||
Revision as of 01:11, 1 March 2020
{{#ci_enable_OOUI:}}