모바일 갤러리 게시글 없을 때 스크립트 오류 수정

This commit is contained in:
chicpro
2014-04-09 14:47:27 +09:00
parent 8a407bebbb
commit 8914eeeaf8

View File

@ -18,6 +18,9 @@
var $element = this.find(cfg.element);
var $this = this;
if($element.size() < 1)
return;
function item_arrange()
{
var $el = $element.filter(":first");