테마기능 추가

This commit is contained in:
chicpro
2015-07-28 16:01:03 +09:00
parent 41a2f6803d
commit 49a07c4ea0
277 changed files with 14730 additions and 310 deletions

View File

@ -29,7 +29,7 @@ function editor_html($id, $content, $is_dhtml_editor=true)
$(this).text("단축키 일람 닫기");
}
});
$(".btn_cke_sc_close").live("click",function(){
$(document).on("click", ".btn_cke_sc_close", function(){
$(this).parent("div.cke_sc_def").remove();
});
});';