mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
HTTP In help text should use httpNodeRoot
This commit is contained in:
@@ -91,7 +91,7 @@
|
|||||||
return this.name?"node_label_italic":"";
|
return this.name?"node_label_italic":"";
|
||||||
},
|
},
|
||||||
oneditprepare: function() {
|
oneditprepare: function() {
|
||||||
var root = document.location.pathname.slice(0,-1);
|
var root = RED.settings.httpNodeRoot.slice(0,-1);
|
||||||
if (root == "") {
|
if (root == "") {
|
||||||
$("#node-input-tip").hide();
|
$("#node-input-tip").hide();
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user