From ff2705f56c858c7ceb5313191c76389fe2fba4c2 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 25 Jan 2013 16:11:43 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EB=93=B1?= =?UTF-8?q?=EB=B9=84=EC=9C=A8=20=EB=A6=AC=EC=82=AC=EC=9D=B4=EC=A6=88=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/board/neo/view.skin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skin/board/neo/view.skin.php b/skin/board/neo/view.skin.php index 3095910fa..a72840ec7 100644 --- a/skin/board/neo/view.skin.php +++ b/skin/board/neo/view.skin.php @@ -197,6 +197,8 @@ function view_image_resize() } else if (img_width <= img_wrap && img_width >= $(this).data("width")) { $(this).removeClass('img_fix'); } + + alert($(this).data("width")); }); } \ No newline at end of file