From 75a301ffa42eb236419965c5aab66f293e15c180 Mon Sep 17 00:00:00 2001 From: dewekk <60457472+dewekk@users.noreply.github.com> Date: Thu, 11 Nov 2021 11:40:15 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B9=B4=ED=85=8C=EA=B3=A0=EB=A6=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=ED=99=94=EB=A9=B4=EC=97=90=20=EA=B8=B0?= =?UTF-8?q?=EC=A1=B4=20=EC=83=89=EC=83=81=20=EC=A0=95=EB=B3=B4=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/document/tpl/js/document_category.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/document/tpl/js/document_category.js b/modules/document/tpl/js/document_category.js index 1ed19e643..f8ffe3b62 100644 --- a/modules/document/tpl/js/document_category.js +++ b/modules/document/tpl/js/document_category.js @@ -192,7 +192,7 @@ function modifyNode(node,e){ $w.find('input[name="parent_srl"]').val(data.category_info.parent_srl); $w.find('input[name="category_title"]').val(data.category_info.title).trigger('reload-multilingual'); - $w.find('input[name="category_color"]').val(data.category_info.color).trigger('keyup'); + $w.find('input[name="category_color"]').val(data.category_info.color).trigger('keyup').spectrum('set', data.category_info.color); $w.find('textarea[name="category_description"]').val(data.category_info.description).trigger('reload-multilingual'); for(var i in data.category_info.group_srls){ var group_srl = data.category_info.group_srls[i];