Fix recipe search box

This commit is contained in:
Katharina Bogad 2021-06-26 00:45:01 +02:00
parent 041c810ebb
commit 7512b66d33

View File

@ -27,7 +27,7 @@
} }
}); });
$scope('#recipes-table tbody').removeClass("d-none"); $scope('#recipes-table tbody').removeClass("d-none");
Grocy.FrontendHelpers.InitDataTable(recipesTables, $scope, Grocy.FrontendHelpers.InitDataTable(recipesTables,
function() function()
{ {
var value = $(this).val(); var value = $(this).val();