Ignore:
Timestamp:
2013/08/15 09:08:21 (11 years ago)
Author:
pineray
Message:

#2342 JavaScript?のグローバルな宣言を減らす
スマートフォン.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/sphone/products/detail.tpl

    r23066 r23067  
    302302                    <!--{if !$is_favorite}--> 
    303303                        <div class="btn_favorite"> 
    304                             <p><a rel="external" href="javascript:void(0);" onclick="fnAddFavoriteSphone(<!--{$arrProduct.product_id|h}-->); return false;" class="btn_sub">お気に入りに追加</a></p> 
     304                            <p><a rel="external" href="javascript:void(0);" onclick="eccube.addFavoriteSphone(<!--{$arrProduct.product_id|h}-->); return false;" class="btn_sub">お気に入りに追加</a></p> 
    305305                        </div> 
    306306                    <!--{else}--> 
Note: See TracChangeset for help on using the changeset viewer.