We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8499e commit 4741673Copy full SHA for 4741673
nodes/ui_base.html
@@ -1164,7 +1164,7 @@
1164
// Link out to dashboard
1165
$.getJSON('uisettings',function(data) {
1166
if (data.hasOwnProperty("path")) { uip = data.path; }
1167
- var lnk = document.location.host+RED.settings.httpNodeRoot+"/"+uip;
+ var lnk = document.location.host+document.location.pathname+RED.settings.httpNodeRoot+"/"+uip;
1168
var re = new RegExp('\/{1,}','g');
1169
lnk = lnk.replace(re,'/');
1170
if (!RED.hasOwnProperty("actions")) {
0 commit comments