mirror of https://github.com/node-red/node-red.git
Update 60-link.html
Remove development debug message. Fixes #3574 ... courtesy of @Steve-Mclpull/3575/head
parent
bbc32c4cd0
commit
a4603a4396
|
@ -302,7 +302,6 @@
|
|||
return this.name?"node_label_italic":"";
|
||||
},
|
||||
oneditprepare: function() {
|
||||
console.log("link call oneditprepare")
|
||||
const updateVisibility = function() {
|
||||
const static = $('#node-input-linkType').val() !== "dynamic";
|
||||
if(static) {
|
||||
|
|
Loading…
Reference in New Issue