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/class/pages/products/LC_Page_Products_Detail.php

    r23055 r23065  
    148148        } 
    149149 
    150         $this->tpl_javascript .= 'classCategories = ' . SC_Utils_Ex::jsonEncode($objProduct->classCategories[$product_id]) . ';'; 
     150        $this->tpl_javascript .= 'eccube.classCategories = ' . SC_Utils_Ex::jsonEncode($objProduct->classCategories[$product_id]) . ';'; 
    151151        $this->tpl_javascript .= 'function lnOnLoad() 
    152152        {' . $this->js_lnOnload . '}'; 
Note: See TracChangeset for help on using the changeset viewer.