upstream/2026.2.0 #13

Merged
simon merged 193 commits from upstream/2026.2.0 into master 2026-03-23 20:25:58 +00:00
Showing only changes of commit 0e5e2193ed - Show all commits
@@ -716,7 +716,7 @@ $(function () {
// free-range price input auto-check checkbox/set count-input to 1 if 0
$("[data-checked-onchange]").each(function() {
var countInput = this;
$("#" + this.getAttribute("data-checked-onchange")).on("change", function() {
$("#" + this.getAttribute("data-checked-onchange")).on("input", function() {
if (countInput.type === "checkbox") {
if (countInput.checked) return;
countInput.checked = true;