Fix: sélection module saisie absences.

This commit is contained in:
IDK 2021-05-01 20:09:09 +02:00
parent f9ccae1297
commit 7fe366eebd
1 changed files with 1 additions and 1 deletions

View File

@ -43,5 +43,5 @@ function ajaxFunction(mod, etudid, dat) {
// -----
function change_moduleimpl(url) {
document.location = url + '&moduleimpl_id=' + document.getElementById('moduleimpl_id').value;
document.location = url + '&moduleimpl_id=' + document.getElementById('moduleimpl_id').value;
}