* Remove unused code.

This commit is contained in:
tianshujie98
2021-04-25 14:12:58 +08:00
parent f2979f39e6
commit dc02b6cbf6
+1 -1
View File
@@ -325,7 +325,7 @@ js::set('blockID', $blockID);
<tr>
<td colspan="3" class="text-center form-actions">
<?php echo html::submitButton();?>
<?php if($caseID == 0) echo html::backButton();?>
<?php echo html::backButton();?>
<?php echo html::hidden('case', (int)$caseID) . html::hidden('caseVersion', (int)$version);?>
<?php echo html::hidden('result', (int)$runID) . html::hidden('testtask', empty($testtask) ? 0 : $testtask->id);?>
</td>