mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix schedule custom commands
This commit is contained in:
parent
993ba24b6b
commit
8aeea1bd49
@ -273,7 +273,7 @@
|
|||||||
if ($("#difficulty").val() == "reaction"){
|
if ($("#difficulty").val() == "reaction"){
|
||||||
formDataObject.interval_type = "reaction";
|
formDataObject.interval_type = "reaction";
|
||||||
}
|
}
|
||||||
if ($("action").val() != "command"){
|
if ($("#action").val() != "command"){
|
||||||
formDataObject.command = formDataObject.action + "_server";
|
formDataObject.command = formDataObject.action + "_server";
|
||||||
}
|
}
|
||||||
if (formDataObject.cron_string != ""){
|
if (formDataObject.cron_string != ""){
|
||||||
|
Loading…
Reference in New Issue
Block a user