* Finish task #8021. Fix bug #2550.

This commit is contained in:
holan20180123
2020-09-21 16:59:42 +08:00
parent 1ba3e430b5
commit 6b2a0ff721
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -15,8 +15,6 @@ function getList()
$(document).ready(function()
{
$("#story").chosen();
$(document).on('change', '[name^=steps], [name^=expects]', function()
{
var steps = [];
+1 -1
View File
@@ -195,7 +195,7 @@
<?php if(!$isLibCase):?>
<tr>
<th><?php echo $lang->testcase->story;?></th>
<td class='text-left'><div id='storyIdBox'><?php echo html::select('story', $stories, $case->story, 'class=form-control chosen');?></div>
<td class='text-left'><div id='storyIdBox'><?php echo html::select('story', $stories, $case->story, 'class="form-control chosen"');?></div>
</td>
</tr>
<?php endif;?>