mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 11:27:03 +00:00
Make sure to hide all tooltips before removing an element (fixes #260)
This commit is contained in:
@@ -121,6 +121,7 @@ $(document).on('click', '.product-consume-button', function(e)
|
||||
{
|
||||
$('#product-' + productId + '-row').fadeOut(500, function()
|
||||
{
|
||||
$(this).tooltip("hide");
|
||||
$(this).remove();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user