* refactor prompt audit buttons.

This commit is contained in:
Chenjianyu
2023-08-03 16:11:34 +08:00
parent cfbb95f273
commit 588c7ffc64
16 changed files with 60 additions and 22 deletions
+1 -1
View File
@@ -14,7 +14,6 @@
include '../../common/view/header.html.php';
include '../../common/view/kindeditor.html.php';
include '../../common/view/datepicker.html.php';
include '../../ai/view/inputinject.html.php';
js::set('holders', $lang->bug->placeholder);
js::set('page', 'create');
js::set('createRelease', $lang->release->create);
@@ -379,4 +378,5 @@ $('#osBox').next('.table-col').remove();
$('#typeBox').closest('tr').append('<td>' + browser + '</td>');
</script>
<?php endif;?>
<?php include '../../ai/view/inputinject.html.php';?>
<?php include '../../common/view/footer.html.php';?>