diff --git a/templates/staffing/pdc_review.html b/templates/staffing/pdc_review.html index d146bfc3..4c30c617 100644 --- a/templates/staffing/pdc_review.html +++ b/templates/staffing/pdc_review.html @@ -223,8 +223,8 @@

{% trans "Production rates and daily rates review" %}

$('.pdc-tooltip').not(this).popover('hide'); //all but this }); /* bind close button */ - $(document).on("click", ".popover .close" , function(){ - $(this).parents(".popover").popover('hide'); + $(document).on("click", ".popover .close" , function(e){ + $(e.target).parents(".popover").popover().hide(); }); $('#buttons-projection label').tooltip({