Fix switching from time to day in form polls

pull/1/head
yflory 2021-06-08 14:06:15 +02:00
parent 6b85a0bcc8
commit e61fdaf2cd
1 changed files with 1 additions and 0 deletions

View File

@ -489,6 +489,7 @@ define([
$(addMultiple).hide();
}
} else {
$(addMultiple).hide();
$calendar.show();
$container.hide();
}