Fix syntax: removed 'required' from th:placeholder attribute.

This commit is contained in:
Ping Lin 2025-08-08 15:30:23 +01:00
parent cf3ef248ca
commit 7c055ce55b

View File

@ -104,7 +104,7 @@
document.getElementById('pageToSplit').setAttribute("required", "true");
} else {
pageInputSection.style.display = "none";
document.getElementById('pageToSplit').removeAttribute("required", "true");
document.getElementById('pageToSplit').removeAttribute("required");
}
}