Fix bug #23351 in bug and task batchcreate

This commit is contained in:
guofeilong
2022-07-14 05:37:00 +00:00
parent 50515e7814
commit 618d44374a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -331,7 +331,7 @@ foreach(explode(',', $config->bug->create->requiredFields) as $field)
$(function()
{
parent.$('#triggerModal .modal-content .modal-header .close').hide();
$('#closeModal').on('click', function(){window.parent.$.closeModal();})
// $('#closeModal').on('click', function(){window.parent.$.closeModal();})
})
</script>
<?php endif;?>