Skip to content

Commit

Permalink
But switch the default to diary temporarily to make progress
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed Sep 2, 2020
1 parent 5ec7370 commit f2be38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/splash/startprefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ angular.module('emission.splash.startprefs', ['emission.plugin.logger',
$rootScope.redirectTo = undefined;
return {state: redirState, params: {}};
} else {
return {state: 'root.main.bear', params: {}};
return {state: 'root.main.diary', params: {}};
}
} else {
return {state: result, params: {}};
Expand Down

0 comments on commit f2be38f

Please sign in to comment.