]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - dist/handlebar_helpers.js
details page: addressline.isaddress is a boolean, not t/f string
[nominatim-ui.git] / dist / handlebar_helpers.js
index d96923f2cc2e8994657b66c7833c4d323561cdc5..7af3384df441c4818086e8d270bf6c2555ef7aa4 100644 (file)
@@ -20,9 +20,6 @@ Handlebars.registerHelper({
     if (sType === 'relation') return 'R';
     return '';
   },
-  isaddresses_unused: function (aAddressLine) {
-    return ((aAddressLine.isaddress && aAddressLine.isaddress === 'f') ? 'notused' : '');
-  },
   // { osm_type: 'R', osm_id: 12345 }
   // <a href="https://www.openstreetmap.org/relation/12345">relation 12345</a
   osmLink: function (aPlace) {