* fix bug gantt menu

This commit is contained in:
lanzongjun
2022-08-15 15:37:30 +08:00
parent 5915e3189c
commit c6ae545f36
+1
View File
@@ -33,6 +33,7 @@ $('#subNavbar').find('ul li').each(function()
{
var that = $(this);
if(that.attr('data-id') != browseType) that.removeClass('active');
if(that.attr('data-id') == 'gantt' && 'assignedTo' == browseType) that.addClass('active');
});
</script>
<?php include '../../common/view/footer.html.php';?>