mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 12:52:39 +00:00
Optimized /locationcontentsheet only-in-stock checkbox page reload persistence (in Chrome) (references #2669)
This commit is contained in:
@@ -27,3 +27,7 @@ $("#include-out-of-stock").change(function()
|
||||
window.location.reload();
|
||||
});
|
||||
|
||||
if (GetUriParam("include_out_of_stock"))
|
||||
{
|
||||
$("#include-out-of-stock").prop("checked", false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user