let's start improving route descriptions

This commit is contained in:
Laura Klünder 2017-12-18 01:34:11 +01:00
parent 936b2c4b3d
commit 23f5086749
2 changed files with 14 additions and 5 deletions

View file

@ -343,9 +343,6 @@ c3nav = {
}
level_collect = level_collect.slice(-1);
}
if (i > 0 && item.space && item.space.title && item.space.id !== result.destination.id) {
$details.append(c3nav._build_route_item('place', item.space.title));
}
}
if (last_primary_level) {
c3nav._add_line_to_route(last_primary_level, next_level_collect);