Optimized /locationcontentsheet only-in-stock checkbox page reload persistence (in Chrome) (references #2669)

This commit is contained in:
Bernd Bestel
2025-02-06 20:27:35 +01:00
parent b7c4011e80
commit ce5be6645e

View File

@@ -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);
}