Changeset 283


Ignore:
Timestamp:
03/01/10 14:57:34 (2 years ago)
Author:
takanori
Message:

remove code to load atgooglemaps.js

Location:
Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/skins/ATGoogleMaps
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/skins/ATGoogleMaps/gmap_view.pt

    r271 r283  
    55<head> 
    66  <metal:block fill-slot="javascript_head_slot"> 
    7     <script type="text/javascript" src="" 
    8             tal:condition="nothing" 
    9             tal:attributes="src string:$portal_url/atgooglemaps.js"> 
    10     </script> 
    117    <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> 
    128    <span tal:replace="structure context/gmap"/> 
  • Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/skins/ATGoogleMaps/latlng_widget.pt

    r263 r283  
    1818      <tal:block tal:define="latitude value/latitude | string:35.7317; 
    1919                             longitude value/longitude | string:139.7278;"> 
    20  
    21         <script type="text/javascript" src="" 
    22                 tal:condition="nothing" 
    23                 tal:attributes="src string:$portal_url/atgooglemaps.js"> 
    24         </script> 
    2520 
    2621        <span tal:replace="structure context/latlng_map" /> 
Note: See TracChangeset for help on using the changeset viewer.