diff options
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> |