* Changing the name of a function.

This commit is contained in:
tianshujie
2022-07-05 08:47:45 +08:00
parent de4ae73289
commit 17a8e9dcd5
4 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ $(function()
var link = createLink('custom', 'ajaxSaveCustomFields', 'module=task&section=custom&key=batchCreateFields');
$.post(link, {'fields' : fields}, function()
{
checkedShowFields(fields);
showCheckedFields(fields);
$('#formSetting').parent().removeClass('open');
var fieldCount = $('#batchCreateForm .table thead>tr>th:visible').length;