From 4ab8e9df69083a30cc2409622b62d521147eeee1 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 23 Oct 2013 13:40:13 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EC=83=81?= =?UTF-8?q?=ED=92=88=EC=9D=B4=20=EC=97=86=EC=9D=84=20=EB=95=8C=20=EC=98=88?= =?UTF-8?q?=EC=99=B8=EC=B2=98=EB=A6=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/jquery.fancylist.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/jquery.fancylist.js b/js/jquery.fancylist.js index 19149bc6f..1fbfb29c5 100644 --- a/js/jquery.fancylist.js +++ b/js/jquery.fancylist.js @@ -18,6 +18,9 @@ var $element = this.find(cfg.element); var $this = this; + if($element.length < 1) + return; + function item_arrange() { var $el = $element.filter(":first");