Fix bug #23351 in bug and task batchcreate
This commit is contained in:
@@ -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;?>
|
||||
|
||||
Reference in New Issue
Block a user