Skip to content

Commit

Permalink
Merge pull request #771 from shankari/ceo_ebike_project_stage
Browse files Browse the repository at this point in the history
Last few minor fixes before the push tomorrow
  • Loading branch information
shankari authored Aug 5, 2021
2 parents 595f4d5 + 9a56787 commit 86cd8f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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.diary', params: {}};
return {state: 'root.main.inf_scroll', params: {}};
}
} else {
return {state: result, params: {}};
Expand Down
4 changes: 3 additions & 1 deletion www/json/trip_confirm_options.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@
{"text":"Other","value":"other"}],
"PURPOSE" : [
{"text":"Home", "value":"home"},
{"text":"Work","value":"work"},
{"text":"To Work","value":"work"},
{"text":"At Work","value":"at_work"},
{"text":"School","value":"school"},
{"text":"Transit transfer", "value":"transit_transfer"},
{"text":"Shopping","value":"shopping"},
{"text":"Meal","value":"meal"},
{"text":"Pick-up/Drop off 👤","value":"pick_drop_person"},
{"text":"Pick-up/Drop off 📦","value":"pick_drop_item"},
{"text":"Personal/Medical","value":"personal_med"},
{"text":"Access Recreation","value":"access_recreation"},
{"text":"Recreation/Exercise","value":"exercise"},
{"text":"Entertainment/Social","value":"entertainment"},
{"text":"Religious", "value":"religious"},
Expand Down

0 comments on commit 86cd8f3

Please sign in to comment.