mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 12:52:39 +00:00
Optimized tooltip hide handling
This commit is contained in:
@@ -73,7 +73,7 @@ $.extend(true, $.fn.dataTable.defaults, {
|
||||
{
|
||||
var rowGroup = JSON.parse(Grocy.UserSettings[settingKey]);
|
||||
|
||||
// Check if there way changed. the draw event is called often therefore we have to check if it's really necessary
|
||||
// The draw event is called often therefore we have to check if it's really necessary
|
||||
if (rowGroup.enable !== api.rowGroup().enabled()
|
||||
|| ("dataSrc" in rowGroup && rowGroup.dataSrc !== api.rowGroup().dataSrc()))
|
||||
{
|
||||
|
Reference in New Issue
Block a user