mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-13 05:28:14 +08:00
up
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user