From 6b7f0f8a1475b830faf196829dcd002617c1e1b9 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 21 Jan 2018 03:00:24 +0900 Subject: [PATCH] =?UTF-8?q?BLOCKBODY=20=EC=9D=98=EB=AF=B8=20=EC=97=86?= =?UTF-8?q?=EC=9D=8C.=20=EC=82=AD=EC=A0=9C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f_config/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/f_config/config.php b/f_config/config.php index 07243a04..fa5167e5 100644 --- a/f_config/config.php +++ b/f_config/config.php @@ -50,7 +50,7 @@ define('INSTALL', 'install'); define('SLEEP', 'sleep'); -//define(BLOCKBODY, ''); -define('BLOCKBODY', 'oncontextmenu="return false" onselectstart="return false" ondragstart="return false"'); +define('BLOCKBODY', ''); +//define('BLOCKBODY', 'oncontextmenu="return false" onselectstart="return false" ondragstart="return false"');