diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-01-05 18:30:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2020-01-05 18:30:38 +0000 |
commit | a3be72ee4996a0b44ed97b5bbc8c803378ed951e (patch) | |
tree | 5b7712814e29c72251eb99b8097dfb2df6aa52d7 /htdocs/index.html | |
parent | 93c0d218f4e75e90300735924ca18cab4c79455d (diff) | |
parent | 9926c7fe070ce8635540f9f2fd9b3a365717bcee (diff) |
Merge "Update navigation event names"icefish_8.99.5icefish/8.99.58.99.5
Diffstat (limited to 'htdocs/index.html')
-rw-r--r-- | htdocs/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index f322881..eeb86ef 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -102,12 +102,12 @@ <div> <ol> <li> - <input type="checkbox" id="set_destination" checked> - <label>set_destination</label> + <input type="checkbox" id="setDestination" checked> + <label>setDestination</label> </li> <li> - <input type="checkbox" id="cancel_navigation" checked> - <label>cancel_navigation</label> + <input type="checkbox" id="cancelNavigation" checked> + <label>cancelNavigation</label> </li> </ol> </div> |