From 52233ce2ec27054a3f29772c55ae5d3597cd42cf Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Fri, 16 Jun 2023 09:39:01 +0800 Subject: [PATCH] * Fix bug #35947. --- module/product/js/browse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/product/js/browse.js b/module/product/js/browse.js index e279cee6b0..0d4b560f77 100644 --- a/module/product/js/browse.js +++ b/module/product/js/browse.js @@ -11,7 +11,7 @@ $(function() $('#navbar .nav>li[data-id=story]>a').html($('.active [data-id=' + storyType + ']').text() + ''); } - if(storyType == 'requirement') $('#importAction').parent.hide(); + if(storyType == 'requirement') $('#importAction').parent().hide(); $(document).ready(function(){ var $title = $('#storyList thead th.c-title');