Index: community/index.html =================================================================== diff -u -r8a2ba38bfd9b5c9388c94b3be22b96ba4740a533 -r32f9a5158ad5e1376803419c525edb989f0b3f24 --- community/index.html (.../index.html) (revision 8a2ba38bfd9b5c9388c94b3be22b96ba4740a533) +++ community/index.html (.../index.html) (revision 32f9a5158ad5e1376803419c525edb989f0b3f24) @@ -93,7 +93,6 @@ - ', { + rel: 'stylesheet', + type: 'text/css', + href: href + }).appendTo('head'); + }; + if (ajax_setup()) { if (includeLayout(page)) { $.getScript("js/" + page + ".js", function () { - setTimeout(function () { + //setTimeout(function () { /* 로그인 인증 여부 체크 함수 */ execDocReady(); - }, 500); + //}, 500); }); } } - var onlyContents = urlParams.get("withoutLayer"); - if (isEmpty(onlyContents)) { - $("body").removeAttr("class"); - } else { - $("body").addClass("sidebar-hidden"); - $("header.page-header").hide(); - } }); // include 레이아웃 html 파일을 로드하는 함수 Index: community/js/devtools.js =================================================================== diff -u -r9290220cdb089c416d1fc5f04bcbdbdc2c86f8db -r32f9a5158ad5e1376803419c525edb989f0b3f24 --- community/js/devtools.js (.../devtools.js) (revision 9290220cdb089c416d1fc5f04bcbdbdc2c86f8db) +++ community/js/devtools.js (.../devtools.js) (revision 32f9a5158ad5e1376803419c525edb989f0b3f24) @@ -3,7 +3,16 @@ //////////////////////////////////////////////////////////////////////////////////////// function execDocReady() { - //좌측 메뉴 - setSideMenu("sidebar_menu_dashboard", ""); + // --- 에디터 설정 --- // + window.CKEDITOR_BASEPATH = "/reference/jquery-plugins/ckeditor4-4.16.1/"; + $.when( + //$.getStylesheet("test.css"), + $.getScript( "../reference/jquery-plugins/ckeditor4-4.16.1/ckeditor.js" ), + // $.getScript( "test.js" ) + ).done(function(){ + //좌측 메뉴 + setSideMenu("sidebar_menu_dashboard", ""); + }); + }