From 75b4b81f45d7105e395710529d77926d119dd18b Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 20 Feb 2013 17:03:21 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8C=9D=EC=97=85=20=EB=8B=AB=EA=B8=B0=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/view_image.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bbs/view_image.php b/bbs/view_image.php index 7b6a8984c..65917d68f 100644 --- a/bbs/view_image.php +++ b/bbs/view_image.php @@ -77,6 +77,10 @@ $(function() { is_draggable = false; return false; }); + + $(".draggable").dblclick(function() { + window.close(); + }); });