summaryrefslogtreecommitdiff
path: root/src/components/HMI/app/SDLApp.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/HMI/app/SDLApp.js')
-rw-r--r--src/components/HMI/app/SDLApp.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/HMI/app/SDLApp.js b/src/components/HMI/app/SDLApp.js
index c1f40ad588..bbe4644008 100644
--- a/src/components/HMI/app/SDLApp.js
+++ b/src/components/HMI/app/SDLApp.js
@@ -48,7 +48,7 @@ SDL = Em.Application.create( {
helpMode: false,
// determine home view {string}
- homeView: 'info_view',
+ homeView: 'home',
/** Set language for localization */
localization: 'eng',
@@ -77,4 +77,4 @@ SDL = Em.Application.create( {
/** container for all views */
SDL.views = SDL.AppViews.create().appendTo('body');
}
-});
+}); \ No newline at end of file