* Code for bug #33072.

This commit is contained in:
guofeilong
2023-03-20 14:26:43 +08:00
parent d063eb85db
commit 3291d750b4
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -72,15 +72,15 @@
</tr>
<tr>
<th><?php echo $lang->stakeholder->nature;?></th>
<td colspan='3'><?php echo html::textarea('nature', '', "class='form-control'");?></td>
<td colspan='3'><?php echo html::textarea('nature', '', "class='form-control kindeditor'");?></td>
</tr>
<tr>
<th><?php echo $lang->stakeholder->analysis;?></th>
<td colspan='3'><?php echo html::textarea('analysis', '', "class='form-control'");?></td>
<td colspan='3'><?php echo html::textarea('analysis', '', "class='form-control kindeditor'");?></td>
</tr>
<tr>
<th><?php echo $lang->stakeholder->strategy;?></th>
<td colspan='3'><?php echo html::textarea('strategy', '', "class='form-control'");?></td>
<td colspan='3'><?php echo html::textarea('strategy', '', "class='form-control kindeditor'");?></td>
</tr>
<tr>
<td colspan='4' class='text-center form-actions'><?php echo html::submitButton() . html::backButton();?></td>
+1 -1
View File
@@ -184,7 +184,7 @@
$('body').one('click', function(e)
{
if($('.messager').length && !$.contains(e.target, $('.messager')))
if($messager && $('.messager').length && !$.contains(e.target, $('.messager')))
$messager.destroy();
}).on('click', '#submit.form-stash-clear', function()
{