* Fix bug #24752,24747.

This commit is contained in:
tianshujie
2022-07-06 08:26:27 +08:00
parent f186662f35
commit cdaf164f0a
5 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
var $formSetting = $('#formSetting');
$formSetting.on('click', '.close-dropdown', function()
{
if(showFields != undefined)
if(typeof showFields != 'undefined')
{
var fieldList = ',' + showFields + ',';
$('#formSettingForm > .checkboxes > .checkbox-primary > input:visible').each(function()