Ignore:
Timestamp:
2013/08/14 20:33:02 (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/list.tpl

    r23063 r23064  
    3333        eccube.common.setValue('orderby', orderby); 
    3434        eccube.common.setValue('pageno', 1); 
    35         fnSubmit(); 
     35        eccube.common.submitForm(); 
    3636    } 
    3737    // 表示件数を変更 
     
    3939        eccube.common.setValue('disp_number', dispNumber); 
    4040        eccube.common.setValue('pageno', 1); 
    41         fnSubmit(); 
     41        eccube.common.submitForm(); 
    4242    } 
    4343    // カゴに入れる 
Note: See TracChangeset for help on using the changeset viewer.