mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-07 12:51:58 +02:00
Merge pull request #32 from AleziaKurdis/HomeAppFallbacktoTutorial
Home App: Change the fallback to tutorial rather than localhost
This commit is contained in:
commit
be540fb43a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
if (LocationBookmarks.getHomeLocationAddress()) {
|
||||
location.handleLookupString(LocationBookmarks.getHomeLocationAddress());
|
||||
} else {
|
||||
location.goToLocalSandbox();
|
||||
Window.location = "file:///~/serverless/tutorial.json";
|
||||
}
|
||||
button.editProperties({
|
||||
isActive: false
|
||||
|
|
Loading…
Reference in a new issue