remove the hard coded path from domain link

This commit is contained in:
Stephen Birarda 2016-01-21 17:37:00 -08:00
parent a3ccf7014c
commit e371aa8ba5

View file

@ -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));