From c9f4813ce14892494b99fe66d125455f7c12875a Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 21 Oct 2016 13:41:58 +0100 Subject: [PATCH] Fix debug path --- nodes/core/core/58-debug.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/core/core/58-debug.html b/nodes/core/core/58-debug.html index 69c59f52c..7fb3429d1 100644 --- a/nodes/core/core/58-debug.html +++ b/nodes/core/core/58-debug.html @@ -257,7 +257,7 @@ RED.events.on("workspace:change", refreshMessageList); $("#debug-tab-open").click(function(e) { e.preventDefault(); - subWindow = window.open(document.location.toString().replace(/#$/,"")+"debug/view/view.html","nodeREDDebugView","menubar=no,location=no,toolbar=no,chrome,height=500,width=600"); + subWindow = window.open(document.location.toString().replace(/#.*$/,"")+"debug/view/view.html","nodeREDDebugView","menubar=no,location=no,toolbar=no,chrome,height=500,width=600"); }); }, onpaletteremove: function() {