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');