mirror of
https://github.com/grocy/grocy.git
synced 2026-04-08 21:46:16 +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");
|
$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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user