mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Inject node: no-repeat not showing correctly
This commit is contained in:
parent
f93f599e51
commit
257525fcda
@ -202,7 +202,7 @@
|
|||||||
},
|
},
|
||||||
oneditprepare: function() {
|
oneditprepare: function() {
|
||||||
var repeattype = "none";
|
var repeattype = "none";
|
||||||
if (parseInt(this.repeat) != 0) {
|
if (this.repeat != "") {
|
||||||
repeattype = "interval";
|
repeattype = "interval";
|
||||||
$("#inject-time-interval-units option").filter(function() {return $(this).val() == "s";}).attr('selected',true);
|
$("#inject-time-interval-units option").filter(function() {return $(this).val() == "s";}).attr('selected',true);
|
||||||
$("#inject-time-interval-count").val(this.repeat);
|
$("#inject-time-interval-count").val(this.repeat);
|
||||||
|
Loading…
Reference in New Issue
Block a user