Skip to content

Commit

Permalink
모바일 갤러리 게시글 없을 때 스크립트 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chicpro committed Apr 9, 2014
1 parent 8a407be commit 8914eee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/jquery.fancylist.js
Expand Up @@ -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");
Expand Down

0 comments on commit 8914eee

Please sign in to comment.