mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 19:16:37 +00:00
Optimized tooltip hide handling
This commit is contained in:
@@ -84,8 +84,6 @@ $(document).on('click', '.track-chore-button', function(e)
|
||||
{
|
||||
e.preventDefault();
|
||||
|
||||
$(".tooltip").tooltip("hide");
|
||||
|
||||
Grocy.FrontendHelpers.BeginUiBusy();
|
||||
|
||||
var choreId = $(e.currentTarget).attr('data-chore-id');
|
||||
|
Reference in New Issue
Block a user