mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
let inject optionally fire at start in only at time mode.
This commit is contained in:
parent
5c87a6cb76
commit
514da83961
@ -370,13 +370,6 @@
|
||||
var id = $("#inject-time-type-select").val();
|
||||
$(".inject-time-row").hide();
|
||||
$("#inject-time-row-"+id).show();
|
||||
if ((id == "none") || (id == "interval") || (id == "interval-time")) {
|
||||
$("#node-once").show();
|
||||
}
|
||||
else {
|
||||
$("#node-once").hide();
|
||||
$("#node-input-once").prop('checked', false);
|
||||
}
|
||||
|
||||
// Scroll down
|
||||
var scrollDiv = $("#dialog-form").parent();
|
||||
|
Loading…
Reference in New Issue
Block a user