모바일 리스트 베스트 상품 슬라이드 스크립트 오류 수정

This commit is contained in:
chicpro
2015-07-10 08:58:40 +09:00
parent c68a417871
commit e5eddb22b7

View File

@ -108,7 +108,7 @@ if($this->total_count > 0) {
var count = $slides.size();
var width, outerW;
if(count < 2)
if(count < 1)
return;
function button_change(idx)