mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
Fix recipe search box
This commit is contained in:
parent
041c810ebb
commit
7512b66d33
|
|
@ -27,7 +27,7 @@
|
|||
}
|
||||
});
|
||||
$scope('#recipes-table tbody').removeClass("d-none");
|
||||
Grocy.FrontendHelpers.InitDataTable(recipesTables, $scope,
|
||||
Grocy.FrontendHelpers.InitDataTable(recipesTables,
|
||||
function()
|
||||
{
|
||||
var value = $(this).val();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user