From 9b0242820fd0cdf531b2b624047d788c30f33a69 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 22 Mar 2013 14:54:40 +0900 Subject: [PATCH] =?UTF-8?q?imageview=20=EC=8A=A4=ED=81=AC=EB=A6=BD?= =?UTF-8?q?=ED=8A=B8=20=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 --- adm/admin.head.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/adm/admin.head.php b/adm/admin.head.php index e8ab7b1a5..0c9255492 100644 --- a/adm/admin.head.php +++ b/adm/admin.head.php @@ -50,10 +50,10 @@ function imageview(id, w, h) submenu.left = tempX - ( w + 11 ); submenu.top = tempY - ( h / 2 ); - selectBoxVisible(); + //selectBoxVisible(); - if (el_id.style.display != 'none') - selectBoxHidden(id); + //if (el_id.style.display != 'none') + // selectBoxHidden(id); }