Add an empty value in polls 'time' type

pull/1/head
yflory 2021-06-08 14:35:24 +02:00
parent 63cf7f133c
commit 61db887785
1 changed files with 1 additions and 0 deletions

View File

@ -503,6 +503,7 @@ define([
refreshView();
if (val !== "text") {
$container.find('.cp-form-edit-block-input').remove();
$(add).click();
return;
}
$container.find('input').each(function (i, input) {