mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update 60-link.html
Remove development debug message. Fixes #3574 ... courtesy of @Steve-Mcl
This commit is contained in:
parent
bbc32c4cd0
commit
a4603a4396
@ -302,7 +302,6 @@
|
|||||||
return this.name?"node_label_italic":"";
|
return this.name?"node_label_italic":"";
|
||||||
},
|
},
|
||||||
oneditprepare: function() {
|
oneditprepare: function() {
|
||||||
console.log("link call oneditprepare")
|
|
||||||
const updateVisibility = function() {
|
const updateVisibility = function() {
|
||||||
const static = $('#node-input-linkType').val() !== "dynamic";
|
const static = $('#node-input-linkType').val() !== "dynamic";
|
||||||
if(static) {
|
if(static) {
|
||||||
|
Loading…
Reference in New Issue
Block a user