From 4afb9ab2874fd1f7a39dd5cef4bc94f016053470 Mon Sep 17 00:00:00 2001 From: 박지현 <jhpark@maprex.co.kr> Date: 월, 14 3월 2022 09:07:58 +0900 Subject: [PATCH] 이슈 상세페이지 - 하위이슈: 완료이슈 숨기기 기능에 불필요한 함수 삭제 --- src/main/webapp/custom_components/summernote/summernote.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/custom_components/summernote/summernote.js b/src/main/webapp/custom_components/summernote/summernote.js index 5e5873c..6090685 100644 --- a/src/main/webapp/custom_components/summernote/summernote.js +++ b/src/main/webapp/custom_components/summernote/summernote.js @@ -5679,7 +5679,7 @@ }).render(); }); - context.memo('button.picture', function () { + /*context.memo('button.picture', function () { return ui.button({ contents: ui.icon(options.icons.picture), tooltip: lang.image.image, @@ -5693,7 +5693,7 @@ tooltip: lang.video.video, click: context.createInvokeHandler('videoDialog.show') }).render(); - }); + });*/ context.memo('button.hr', function () { return ui.button({ -- Gitblit v1.8.0