Index: branches/version-2_13-dev/html/js/eccube.js
===================================================================
--- branches/version-2_13-dev/html/js/eccube.js	(revision 23172)
+++ branches/version-2_13-dev/html/js/eccube.js	(revision 23264)
@@ -583,5 +583,7 @@
 
         // モーダルウィンドウ
-        $("a.expansion").colorbox();
+        if ($('a.expansion').length) { 
+            $('a.expansion').colorbox(); 
+        }
     });
 })(window);
