@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-core.js
CHANGED
|
@@ -14851,7 +14851,7 @@ var croutonDefaultTemplates = {
|
|
|
14851
14851
|
<div class="location-text">{{{this.location_text}}}</div>
|
|
14852
14852
|
<div class="meeting-address">{{this.formatted_address}}</div>
|
|
14853
14853
|
<div class="location-information">{{{this.formatted_location_info}}}</div>
|
|
14854
|
-
<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>
|
|
14854
|
+
<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>
|
|
14855
14855
|
<br/>
|
|
14856
14856
|
{{/isInPersonOrHybrid}}
|
|
14857
14857
|
{{#isVirtualOrHybrid this}}
|