mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-13 21:48:25 +08:00
up
This commit is contained in:
@@ -507,7 +507,7 @@ function AddTimedTask() {
|
|||||||
var idx = document.getElementById("task_skt_idx").value;
|
var idx = document.getElementById("task_skt_idx").value;
|
||||||
var on = document.getElementById("task_on").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!");
|
alert("task time invalid!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user