mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:56:44 +02:00
remove the hard coded path from domain link
This commit is contained in:
parent
a3ccf7014c
commit
e371aa8ba5
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ LogWindow.prototype = {
|
||||||
|
|
||||||
function goHomeClicked() {
|
function goHomeClicked() {
|
||||||
if (interfacePath) {
|
if (interfacePath) {
|
||||||
startInterface('hifi://localhost/7.91966,23.2104,20.7416/0,-0.476144,0,0.879367');
|
startInterface('hifi://localhost');
|
||||||
} else {
|
} else {
|
||||||
// show an error to say that we can't go home without an interface instance
|
// 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));
|
dialog.showErrorBox("Client Not Found", binaryMissingMessage("High Fidelity client", "Interface", false));
|
||||||
|
|
Loading…
Reference in a new issue