diff --git a/www/js/app.js b/www/js/app.js index b0f49f2c..dfe59f11 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -477,7 +477,7 @@ define(['jquery', 'title', 'archive', 'util', 'cookies','geometry','osabstractio distanceFromHereHtml = " (" + distanceKm + " km " + cardinalDirection + ")"; } - titleListDivHtml += "" + title.getReadableName() + distanceFromHereHtml + "";