show options summary
This commit is contained in:
parent
8db691b042
commit
c08a3a4f4e
4 changed files with 25 additions and 2 deletions
|
@ -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');
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue