mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-03 17:52:30 +02:00
Fix syntax: removed 'required' from th:placeholder attribute.
This commit is contained in:
parent
cf3ef248ca
commit
7c055ce55b
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user