* 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 -1
View File
@@ -54,7 +54,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;
}