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"');