mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Removed debug statement
This commit is contained in:
parent
6f5eb42f2a
commit
efbb0ebf6a
@ -1192,5 +1192,4 @@ $(document).on("click", "#clear-filter-button", function(e)
|
|||||||
// Remove the focus from the current button
|
// Remove the focus from the current button
|
||||||
// to prevent that the tooltip stays until clicked anywhere else
|
// to prevent that the tooltip stays until clicked anywhere else
|
||||||
document.activeElement.blur();
|
document.activeElement.blur();
|
||||||
console.log("x")
|
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user