This commit is contained in:
zogodo
2020-01-09 19:45:26 +08:00
parent 977f7d322c
commit 71f391d595

View File

@@ -507,7 +507,7 @@ function AddTimedTask() {
var idx = document.getElementById("task_skt_idx").value;
var on = document.getElementById("task_on").value;
if (tim == null || tim == "" || tim.length != 10) {
if (tim == null || tim == "" || tim.length < 10) {
alert("task time invalid!");
return;
}