1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Leave a node to nls its own port labels

This commit is contained in:
Nick O'Leary 2017-02-10 22:10:53 +00:00
parent ec0209b175
commit 5f1e37b7fa
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -1504,9 +1504,6 @@ RED.view = (function() {
} else if ($.isArray(portLabels)) {
result = portLabels[portIndex];
}
if (result) {
result = node._(result);
}
return result;
}
function portMouseOver(port,d,portType,portIndex) {