Ignore:
Timestamp:
2013/08/15 08:54:40 (11 years ago)
Author:
pineray
Message:

#2342 JavaScript?のグローバルな宣言を減らす
eccubeオブジェクト内の階層を減らす.

File:
1 edited

Legend:

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

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