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

remove code to load atgooglemaps.js

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.