Ignore:
Timestamp:
2011/05/06 08:41:45 (15 years ago)
Author:
shutta
Message:

refs #1285 (基本情報管理>https接続時にIEでセキュリティ警告が表示される)
フロント側(PC,スマートフォン)のGoogle Maps APIも r20908 と同様にURLを変更しておく。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/default/site_frame.tpl

    r20794 r20914  
    3030<!--{if $tpl_page_category == "abouts"}--> 
    3131<!--{if ($smarty.server.HTTPS != "") && ($smarty.server.HTTPS != "off")}--> 
    32 <script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false"></script> 
     32<script type="text/javascript" src="https://maps-api-ssl.google.com/maps/api/js?sensor=false"></script> 
    3333<!--{else}--> 
    3434<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> 
Note: See TracChangeset for help on using the changeset viewer.