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/class/pages/shopping/LC_Page_Shopping.php

    r23055 r23064  
    4747        $this->arrSex = $masterData->getMasterData('mtb_sex'); 
    4848        $this->arrJob = $masterData->getMasterData('mtb_job'); 
    49         $this->tpl_onload = 'fnCheckInputDeliv();'; 
     49        $this->tpl_onload = 'eccube.common.toggleDeliveryForm();'; 
    5050 
    5151        $objDate = new SC_Date_Ex(BIRTH_YEAR, date('Y',strtotime('now'))); 
Note: See TracChangeset for help on using the changeset viewer.