mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 04:43:32 +00:00
Optimized tooltip hide handling
This commit is contained in:
@@ -444,8 +444,6 @@ $(document).on('click', '.ingredient-done-button', function(e)
|
||||
{
|
||||
e.preventDefault();
|
||||
|
||||
$(".tooltip").tooltip("hide");
|
||||
|
||||
$(e.currentTarget).parent().toggleClass("text-strike-through");
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user