Ignore:
Timestamp:
2013/08/15 08:46:23 (11 years ago)
Author:
pineray
Message:

#2342 JavaScript?のグローバルな宣言を減らす
商品関連.

File:
1 edited

Legend:

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

    r23063 r23065  
    3030        var $sele1 = $form.find('select[name=classcategory_id1]'); 
    3131        var $sele2 = $form.find('select[name=classcategory_id2]'); 
    32         setClassCategories($form, product_id, $sele1, $sele2, classcat_id2_selected); 
     32        eccube.common.setClassCategories($form, product_id, $sele1, $sele2, classcat_id2_selected); 
    3333    } 
    3434    $(document).ready(function() { 
Note: See TracChangeset for help on using the changeset viewer.