From 8914eeeaf86e4750903ed0a034cadede70c83328 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 9 Apr 2014 14:47:27 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EA=B0=A4?= =?UTF-8?q?=EB=9F=AC=EB=A6=AC=20=EA=B2=8C=EC=8B=9C=EA=B8=80=20=EC=97=86?= =?UTF-8?q?=EC=9D=84=20=EB=95=8C=20=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= 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..242a39733 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.size() < 1) + return; + function item_arrange() { var $el = $element.filter(":first");