mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
Optimized /locationcontentsheet only-in-stock checkbox page reload persistence (in Chrome) (references #2669)
This commit is contained in:
parent
b7c4011e80
commit
ce5be6645e
|
|
@ -27,3 +27,7 @@ $("#include-out-of-stock").change(function()
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (GetUriParam("include_out_of_stock"))
|
||||||
|
{
|
||||||
|
$("#include-out-of-stock").prop("checked", false);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user