From 9fa61f5751b045be7bc43cacdf2dfa12c69ea5f7 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 21 Feb 2013 11:10:31 +0900 Subject: [PATCH] =?UTF-8?q?#294=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tail.sub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tail.sub.php b/tail.sub.php index 09984cf87..219af7ba2 100644 --- a/tail.sub.php +++ b/tail.sub.php @@ -14,7 +14,7 @@ $(function() { $td_name.each(function() { $(this).css("z-index", count); $(this).css("position", "relative"); - count--; + count = count - 1; }); });