mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
let join also accumulate strings (and not fail)
This commit is contained in:
@@ -239,6 +239,9 @@
|
||||
var val = $(this).val();
|
||||
$(".node-row-custom").toggle(val==='custom');
|
||||
$(".form-tips-auto").toggle(val==='auto');
|
||||
if (val === "auto") {
|
||||
$("#node-input-accumulate").attr('checked', false);
|
||||
}
|
||||
});
|
||||
|
||||
$("#node-input-build").change(function(e) {
|
||||
|
Reference in New Issue
Block a user