From 1c3779182630ac2e6bffc375ff993f4b77000c4f Mon Sep 17 00:00:00 2001 From: gnuboard Date: Mon, 18 Mar 2013 14:54:15 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8B=A8=EC=B6=95=ED=82=A4=20=EC=9D=BC?= =?UTF-8?q?=EB=9E=8C=20toggle=20=EC=8B=9C=20=EB=8B=A8=EC=B6=95=ED=82=A4=20?= =?UTF-8?q?=EC=9D=BC=EB=9E=8C=20=EB=8B=AB=EA=B8=B0=20=EB=AC=B8=EA=B5=AC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/ckeditor/ckeditor.lib.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bbs/ckeditor/ckeditor.lib.php b/bbs/ckeditor/ckeditor.lib.php index 2d96f1f7e..2a429f4f5 100644 --- a/bbs/ckeditor/ckeditor.lib.php +++ b/bbs/ckeditor/ckeditor.lib.php @@ -20,8 +20,10 @@ function editor_html($id, $content, $ckeditor=true, $class="") $(".btn_cke_sc").click(function(){ if ($(this).next("div.cke_sc_def").length) { $(this).next("div.cke_sc_def").remove(); + $(this).text("단축키 일람"); } else { $(this).after("
").next("div.cke_sc_def").load("'.G4_CKEDITOR_URL.'/shortcut.html"); + $(this).text("단축키 일람 닫기"); } }); $(".btn_cke_sc_close").live("click",function(){