* Restore code.

This commit is contained in:
tianshujie98
2021-01-04 10:42:31 +08:00
parent b2c962d4d4
commit f0875ea27a
6 changed files with 3 additions and 7 deletions
+1 -2
View File
@@ -11,7 +11,6 @@
*/
?>
<?php include '../../common/view/header.lite.html.php';?>
<?php js::set('PRJID', $this->session->PRJ);?>
<div id='mainContent' class='main-content'>
<div class='main-header'>
<h2><?php echo $lang->testcase->createBug;?></h2>
@@ -31,7 +30,7 @@ function createBug(obj)
var onlybody = config.onlybody;
config.onlybody = 'no';
window.open(createLink('bug', 'create', params + ',stepIdList=' + stepIdList, '', '', PRJID), '_blank');
window.open(createLink('bug', 'create', params + ',stepIdList=' + stepIdList), '_blank');
config.onlybody = onlybody;
}