From e371aa8ba5223f81f8d1bacbd39371ed25e54d5a Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 21 Jan 2016 17:37:00 -0800 Subject: [PATCH] remove the hard coded path from domain link --- server-console/src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-console/src/main.js b/server-console/src/main.js index 4524c69644..2e6b0e1e9b 100644 --- a/server-console/src/main.js +++ b/server-console/src/main.js @@ -336,7 +336,7 @@ LogWindow.prototype = { function goHomeClicked() { if (interfacePath) { - startInterface('hifi://localhost/7.91966,23.2104,20.7416/0,-0.476144,0,0.879367'); + startInterface('hifi://localhost'); } else { // show an error to say that we can't go home without an interface instance dialog.showErrorBox("Client Not Found", binaryMissingMessage("High Fidelity client", "Interface", false));