Files
Chamilo/main/template/default/extrafield/translate.tpl
2025-04-10 12:49:05 +02:00

9 lines
220 B
Smarty

{{ form }}
<script>
$(document).on('ready', function () {
$('select[name="sub_language"]').on('change', function () {
location.href += '&sub_language=' + this.value;
});
});
</script>