Ignore:
Timestamp:
2013/08/26 23:43:24 (11 years ago)
Author:
pineray
Message:

#2342 JavaScript?のグローバルな宣言を減らす
管理画面.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php

    r23124 r23129  
    985985    public function lfSetOnloadJavaScript_InputPage($anchor_hash = '') 
    986986    { 
    987         return "fnCheckStockLimit('" . DISABLED_RGB . "');fnInitSelect('category_id_unselect'); fnMoveSelect('category_id_unselect', 'category_id');" . $anchor_hash; 
     987        return "eccube.checkStockLimit('" . DISABLED_RGB . "');fnInitSelect('category_id_unselect'); fnMoveSelect('category_id_unselect', 'category_id');" . $anchor_hash; 
    988988    } 
    989989 
Note: See TracChangeset for help on using the changeset viewer.