This commit is contained in:
Michael RICOIS 2017-08-03 16:22:17 +02:00
parent de4d9b637b
commit 0cdac57abb

View File

@ -129,7 +129,7 @@ $('#TYPEEVE').on('change click', function(e) {
defTYPEEVE($(this)); defTYPEEVE($(this));
}); });
$('#DATEEEVE').on('change', function(e) { $('#DATEEVE').on('change', function(e) {
defDATEEVE($(this)); defDATEEVE($(this));
}); });