HTTP In help text should use httpNodeRoot

pull/183/head
Nick O'Leary 2014-03-08 21:54:13 +00:00
parent 77f1ee9f64
commit 5e58cc9fc1
1 changed files with 1 additions and 1 deletions

View File

@ -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 {