summaryrefslogtreecommitdiffstats
path: root/htdocs/index.html
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-01-05 18:30:38 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2020-01-05 18:30:38 +0000
commita3be72ee4996a0b44ed97b5bbc8c803378ed951e (patch)
tree5b7712814e29c72251eb99b8097dfb2df6aa52d7 /htdocs/index.html
parent93c0d218f4e75e90300735924ca18cab4c79455d (diff)
parent9926c7fe070ce8635540f9f2fd9b3a365717bcee (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.html8
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>