@bmlt-enabled/croutonjs 3.18.2 → 3.18.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/crouton-gmaps.js CHANGED
@@ -14782,10 +14782,10 @@ var croutonDefaultTemplates = {
14782
14782
  "{{#isNotTemporarilyClosed this}}",
14783
14783
  " {{#unless (hasFormats 'VM' this)}}",
14784
14784
  " <div>",
14785
- " <a id='map-button' class='btn btn-primary btn-xs'",
14786
- " href='https://www.google.com/maps/search/?api=1&query={{this.latitude}},{{this.longitude}}&q={{this.latitude}},{{this.longitude}}'",
14787
- " target='_blank' rel='noopener noreferrer'>",
14788
- " <span class='glyphicon glyphicon-map-marker'></span> {{this.map_word}}</a>",
14785
+ " <a onclick='crouton.meetingModal({{this.id_bigint}})' id='map-button' class='btn btn-primary btn-xs'>",
14786
+ " <span class='glyphicon glyphicon-search' aria-hidden='true'></span>",
14787
+ " {{getWord 'meeting details'}}",
14788
+ " </a>",
14789
14789
  " </div>",
14790
14790
  " <div class='geo hide'>{{this.latitude}},{{this.longitude}}</div>",
14791
14791
  " {{/unless}}",