@@ -15,8 +15,6 @@ function getList()
|
||||
|
||||
$(document).ready(function()
|
||||
{
|
||||
$("#story").chosen();
|
||||
|
||||
$(document).on('change', '[name^=steps], [name^=expects]', function()
|
||||
{
|
||||
var steps = [];
|
||||
|
||||
@@ -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;?>
|
||||
|
||||
Reference in New Issue
Block a user