Changeset 966

Show
Ignore:
Timestamp:
11/03/08 18:36:58 (2 months ago)
Author:
lucy
Message:

bad alert

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • huginmunin/trunk/web/hm/app/templates/test/maps.html

    r954 r966  
    7070                                {% for marker in markers %} 
    7171                                        (new GClientGeocoder()).getLatLng( "{{ marker.address }}", function(latlng) { // latlng is a GLatLng 
    72                                                 if (!latlng) { alert("null latlng: {{marker.address}}"); } 
     72                                                //if (!latlng) { alert("null latlng: {{marker.address}}"); } 
    7373                                                var options = { 
    7474                                                        icon: icon{{marker.score|floatformat:0}},