Add an empty value in polls 'time' type

pull/1/head
yflory 4 years ago
parent 63cf7f133c
commit 61db887785

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

Loading…
Cancel
Save