* Fix bug #35947.
This commit is contained in:
@@ -11,7 +11,7 @@ $(function()
|
||||
$('#navbar .nav>li[data-id=story]>a').html($('.active [data-id=' + storyType + ']').text() + '<span class="caret"></span>');
|
||||
}
|
||||
|
||||
if(storyType == 'requirement') $('#importAction').parent.hide();
|
||||
if(storyType == 'requirement') $('#importAction').parent().hide();
|
||||
|
||||
$(document).ready(function(){
|
||||
var $title = $('#storyList thead th.c-title');
|
||||
|
||||
Reference in New Issue
Block a user