Index: vue/src/assets/images/devops/DevSupport/github.png =================================================================== diff -u -rc0858004fdc143b1c3a1cdd075c6ebe3b9e406ab -rec798963e32fb9f2d0b8ed139fe6fa4c2bc3ff68 --- vue/src/assets/images/devops/DevSupport/github.png (.../github.png) (revision c0858004fdc143b1c3a1cdd075c6ebe3b9e406ab) +++ vue/src/assets/images/devops/DevSupport/github.png (.../github.png) (revision ec798963e32fb9f2d0b8ed139fe6fa4c2bc3ff68) @@ -3099,14 +3099,29 @@ padding-bottom: 75.2631578947%; } -.board-thumb.back-str { - background-image: url("../img/index/vs.png"); +.board-thumb.disconnection { + background-image: url("../img/index/disconnection.png"); height: 274px; } -.board-thumb.back-about { +.board-thumb.disconnect-detail { + background-image: url("../img/index/disconnect_detail.png"); + height: 274px; +} + +.board-thumb.solution { + background-image: url("../img/index/solution.png"); + height: 274px; +} + +.board-thumb.connect { + background-image: url("../img/index/connect.png"); + height: 274px; +} + +.board-thumb.arms-about { background-image: url("../img/index/about.png"); - width: 385px; + height: 274px; } .board-thumb.back-buy-1 { Index: arms/img/community_devtool/banner2.png =================================================================== diff -u -ra7878f6689ef05b36f24fe7cf294b10797f329a5 -rec798963e32fb9f2d0b8ed139fe6fa4c2bc3ff68 Binary files differ Index: arms/img/index/arms.png =================================================================== diff -u Binary files differ Index: arms/img/index/connect.png =================================================================== diff -u -r2c45a69d8c453725fd1c048c6f368d6ee6d1f882 -rec798963e32fb9f2d0b8ed139fe6fa4c2bc3ff68 Binary files differ Index: arms/img/index/disconnect_detail.png =================================================================== diff -u Binary files differ Index: arms/img/index/disconnection.png =================================================================== diff -u Binary files differ Index: arms/img/index/solution.png =================================================================== diff -u Binary files differ Index: arms/img/index/vs.png =================================================================== diff -u -r6347a402ea5907bff6bbb9c93c2176e16dd04be0 -rec798963e32fb9f2d0b8ed139fe6fa4c2bc3ff68 Binary files differ Index: arms/img/landing/15017688-3d-people-people-button-connection-with-words.png =================================================================== diff -u -rde3ddbab7d8fb2039984a5c07159e15248a0dfe1 -rec798963e32fb9f2d0b8ed139fe6fa4c2bc3ff68 Binary files differ Index: arms/img/landing/connect.png =================================================================== diff -u Binary files differ Index: arms/html/pdService =================================================================== diff -u -r7b066cd33285162c74282cdaca50cf20edb21535 -rec798963e32fb9f2d0b8ed139fe6fa4c2bc3ff68 --- arms/html/pdService (.../pdService) (revision 7b066cd33285162c74282cdaca50cf20edb21535) +++ arms/html/pdService (.../pdService) (revision ec798963e32fb9f2d0b8ed139fe6fa4c2bc3ff68) @@ -149,7 +149,7 @@ - Demo with Chance in Crisis ! + Request Live Demo @@ -723,7 +723,7 @@ style="background: rgba(51, 51, 51, 0.225); margin-bottom: 5px !important;">
-
+
비지니스 적시성 @@ -772,7 +772,7 @@ 문제 - 해결 + 원인 @@ -973,7 +973,7 @@ style="background: rgba(51, 51, 51, 0.225); margin-bottom: 5px !important;">
-
+
비지니스 적시성 @@ -1223,7 +1223,7 @@ style="background: rgba(51, 51, 51, 0.225); margin-bottom: 5px !important;">
-
+
비지니스 적시성 @@ -1473,7 +1473,7 @@ style="background: rgba(51, 51, 51, 0.225); margin-bottom: 5px !important;">
-
+
비지니스 적시성 @@ -1521,8 +1521,8 @@ style="font-weight: bold"> - 문제 - 해결 + 효과 + 기능 @@ -1723,7 +1723,7 @@ style="background: rgba(51, 51, 51, 0.225); margin-bottom: 5px !important;">
-
+
비지니스 적시성 Index: reference/jquery-plugins/select2-4.0.13/src/scss/theme/default/layout.scss =================================================================== diff -u -re5846ad3dad92e61e2b6ef71e27bb38260899afd -rec798963e32fb9f2d0b8ed139fe6fa4c2bc3ff68 --- reference/jquery-plugins/select2-4.0.13/src/scss/theme/default/layout.scss (.../layout.scss) (revision e5846ad3dad92e61e2b6ef71e27bb38260899afd) +++ reference/jquery-plugins/select2-4.0.13/src/scss/theme/default/layout.scss (.../layout.scss) (revision ec798963e32fb9f2d0b8ed139fe6fa4c2bc3ff68) @@ -48,12 +48,15 @@ /* 로그인 인증 여부 체크 함수 */ execDocReady(); dwr_login(userName, userName); - laddaBtnSetting(); }); } } } +function 로드_완료_이후_실행_함수() { + laddaBtnSetting(); +} + //////////////////////////////////////////////////////////////////////////////////////// // 플러그인 로드 모듈 ( 병렬 시퀀스 ) //////////////////////////////////////////////////////////////////////////////////////// @@ -118,7 +121,7 @@ return loadPluginGroupSequentially(group); }); return Promise.all(promises).then(function () { - // 향후 꼭 필요할 때만 쓰도록 합니다. + 로드_완료_이후_실행_함수(); }); }