X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fdirections.html;h=1c99cda94c9b236f405d7d0d12f56a8aeaf86940;hp=8377d129a991463cea42510b565e695cbf1227fd;hb=2eaa7b15a2ebd93b87d01330179244890ee227ba;hpb=80bfc5e1b11694553ddaa48e3b181462cfadc9dd diff --git a/httemplate/view/directions.html b/httemplate/view/directions.html index 8377d129a..1c99cda94 100644 --- a/httemplate/view/directions.html +++ b/httemplate/view/directions.html @@ -62,7 +62,8 @@ function show_route() { if ( status == google.maps.DirectionsStatus.OK ) { directionsDisplay.setDirections(result); } else { - document.body.innerHTML = ('

Directions lookup failed with the following error: '+status+'

'); + document.body.innerHTML = ('

Directions lookup failed with the following error: '+status+'

') + + <% include('/elements/google_maps_api_key.html' ) |js_string%>; } }); }