Changeset 23264


Ignore:
Timestamp:
2013/11/13 12:11:07 (10 years ago)
Author:
m_uehara
Message:

#2353 colorbox処理を修正しました。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/html/js/eccube.js

    r23172 r23264  
    583583 
    584584        // モーダルウィンドウ 
    585         $("a.expansion").colorbox(); 
     585        if ($('a.expansion').length) {  
     586            $('a.expansion').colorbox();  
     587        } 
    586588    }); 
    587589})(window); 
Note: See TracChangeset for help on using the changeset viewer.