From b4de497107256e994715b0c154c35a741ebd05d0 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 17 Sep 2013 13:44:24 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=ED=8F=B0=ED=8A=B8=20=EB=A6=AC=EC=82=AC?= =?UTF-8?q?=EC=9D=B4=EC=A6=88=20=ED=95=A8=EC=88=98=20=EC=8B=A4=ED=96=89=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=EB=A5=BC=20tail.php=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=EB=A1=9C=20=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/jquery.menu.js | 6 ------ tail.php | 10 ++++++++++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/js/jquery.menu.js b/js/jquery.menu.js index a84e0997f..01871f471 100644 --- a/js/jquery.menu.js +++ b/js/jquery.menu.js @@ -68,12 +68,6 @@ $(function(){ submenu_hide(); } }); - - // 폰트 리사이즈 쿠키있으면 실행 - var font_resize_act = get_cookie("ck_font_resize_act"); - if(font_resize_act != "") { - font_resize("container", font_resize_act); - } }); function submenu_hide() { diff --git a/tail.php b/tail.php index 93046060f..a5139b2c8 100644 --- a/tail.php +++ b/tail.php @@ -65,6 +65,16 @@ if ($config['cf_analytics']) { + + \ No newline at end of file From e85b238ac186a2214bb587abd5418c9b3f3a85ba Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 23 Sep 2013 09:21:32 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=ED=9A=8C=EC=9B=90=ED=83=88=ED=87=B4=20?= =?UTF-8?q?=ED=9B=84=20=EC=9D=B4=EB=8F=99=EC=95=88=EB=90=98=EB=8A=94=20?= =?UTF-8?q?=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 --- bbs/member_leave.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bbs/member_leave.php b/bbs/member_leave.php index 5bb0a9138..f76f01992 100644 --- a/bbs/member_leave.php +++ b/bbs/member_leave.php @@ -1,25 +1,25 @@