@bmlt-enabled/croutonjs 3.18.8 → 3.18.9
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-core.js +1 -1
- package/crouton-core.min.js +1 -1
- package/crouton-gmaps.js +1 -1
- package/crouton-gmaps.min.js +1 -1
- package/crouton-nocore.js +1 -1
- package/crouton-nocore.min.js +1 -1
- package/crouton.js +1 -1
- package/crouton.min.js +1 -1
- package/crouton.nojquery.js +1 -1
- package/crouton.nojquery.min.js +1 -1
- package/package.json +1 -1
package/crouton-gmaps.js
CHANGED
|
@@ -14854,7 +14854,7 @@ var croutonDefaultTemplates = {
|
|
|
14854
14854
|
<div class="location-text">{{{this.location_text}}}</div>
|
|
14855
14855
|
<div class="meeting-address">{{this.formatted_address}}</div>
|
|
14856
14856
|
<div class="location-information">{{{this.formatted_location_info}}}</div>
|
|
14857
|
-
<a href="https://www.google.com/maps/dir/?api=1&destination={{this.latitude}}%2C{{this.longitude}}" class="bootstrap-bmlt" ><div class="btn btn-primary bmlt-xs get-directions"><span class="glyphicon glyphicon-road"></span> {{getWord "google_directions"}}</div></a>
|
|
14857
|
+
<a target="_blank" href="https://www.google.com/maps/dir/?api=1&destination={{this.latitude}}%2C{{this.longitude}}" class="bootstrap-bmlt" ><div class="btn btn-primary bmlt-xs get-directions"><span class="glyphicon glyphicon-road"></span> {{getWord "google_directions"}}</div></a>
|
|
14858
14858
|
<br/>
|
|
14859
14859
|
{{/isInPersonOrHybrid}}
|
|
14860
14860
|
{{#isVirtualOrHybrid this}}
|