This commit is contained in:
hufangzhou
2023-06-16 09:39:01 +08:00
parent 15fb01c870
commit 52233ce2ec
+1 -1
View File
@@ -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');