mirror of
https://github.com/grocy/grocy.git
synced 2025-08-22 21:10:47 +00:00
Added more product actions on the stock overview page (closes #327)
This commit is contained in:
@@ -43,6 +43,15 @@ if (typeof recipe !== "undefined")
|
||||
$(cardId)[0].scrollIntoView();
|
||||
}
|
||||
|
||||
if (GetUriParam("search") !== undefined)
|
||||
{
|
||||
$("#search").val(GetUriParam("search"));
|
||||
setTimeout(function ()
|
||||
{
|
||||
$("#search").keyup();
|
||||
}, 50);
|
||||
}
|
||||
|
||||
$("a[data-toggle='tab']").on("shown.bs.tab", function(e)
|
||||
{
|
||||
var tabId = $(e.target).attr("id");
|
||||
|
Reference in New Issue
Block a user