오타 복수전 > 십년전오늘

십년전오늘

10년전 추억의 책장을 넘기며

오타 복수전 정보

오타 복수전

본문

64cd74d7769ba6fa4125d1df808c3790_1409104775_0477.jpg
 

  • 복사

댓글 전체

editor.lib.php 22줄에 저렇게되있습니다


$(function(){
            $(".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("<div class=\'cke_sc_def\' />").next("div.cke_sc_def").load("'.$editor_url.'/shortcut.html");
                    $(this).text("단축키 일람 닫기");
                }
            });
            $(".btn_cke_sc_close").live("click",function(){
                $(this).parent("div.cke_sc_def").remove();
            });
        });';
© SIRSOFT
현재 페이지 제일 처음으로