mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 17:24:07 +00:00
This commit is contained in:
@@ -58,6 +58,10 @@ $(".status-filter-button").on("click", function()
|
||||
$(document).on('click', '.do-task-button', function(e)
|
||||
{
|
||||
e.preventDefault();
|
||||
|
||||
// Remove the focus from the current button
|
||||
// to prevent that the tooltip stays until clicked anywhere else
|
||||
document.activeElement.blur();
|
||||
|
||||
var taskId = $(e.currentTarget).attr('data-task-id');
|
||||
var taskName = $(e.currentTarget).attr('data-task-name');
|
||||
|
Reference in New Issue
Block a user