Ignore:
Timestamp:
2013/08/14 10:42:39 (11 years ago)
Author:
pineray
Message:

#2342 JavaScript?のグローバルな宣言を減らす
ウィンドウ関連.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/html/user_data/packages/admin/js/admin.js

    r22856 r23061  
    2424function fnUpdateParent(url) { 
    2525    // 親ウィンドウの存在確認 
    26     if(fnIsopener()) { 
     26    if(eccube.common.isOpener()) { 
    2727        window.opener.location.href = url; 
    2828    } else { 
     
    3434function fnSubmitParent() { 
    3535    // 親ウィンドウの存在確認 
    36     if(fnIsopener()) { 
     36    if(eccube.common.isOpener()) { 
    3737        window.opener.document.form1.submit(); 
    3838    } else { 
Note: See TracChangeset for help on using the changeset viewer.