* Finish task#7921.

This commit is contained in:
hufangzhou
2020-09-24 15:58:01 +08:00
parent 3480592542
commit c035b4c4ec
+3
View File
@@ -70,6 +70,8 @@ echo js::set('resolveLink', $this->createLink('issue', 'ajaxGetResolveForm'));
<script>
function getSolutions()
{
parent.$('#triggerModal .modal-body').height($('.modal-body').css('min-height'));
var mode = $("#resolution").val();
$.ajax(
{
@@ -122,6 +124,7 @@ function getSolutions()
}
}
})
}
</script>
<?php include '../../common/view/footer.html.php';?>