show options summary

This commit is contained in:
Laura Klünder 2017-12-17 01:34:24 +01:00
parent 8db691b042
commit c08a3a4f4e
4 changed files with 25 additions and 2 deletions

View file

@ -368,6 +368,7 @@ c3nav = {
c3nav._firstRouteLevel = first_primary_level;
$route.find('span').text(result.summary);
$route.find('em').text(result.options_summary);
$route.removeClass('loading');
$details_wrapper.removeClass('loading');

View file

@ -61,8 +61,8 @@
</div>
<div id="route-summary">
<i class="icon material-icons">directions</i>
<span>10min (100m)… sorry no routing yet</span>
<small><em>default options</em></small>
<span></span>
<small><em></em></small>
<button class="button-clear options material-icons">settings</button>
</div>
<div class="buttons" id="route-search-buttons">