From aa3243818020c09f6fa8a2b4b955a840158615fa Mon Sep 17 00:00:00 2001 From: mjkhan21 Date: Sat, 17 Jun 2023 14:41:00 +0900 Subject: [PATCH] =?UTF-8?q?CommonCodes.etc=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resources/js/base/code-support.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/resources/js/base/code-support.js b/src/main/webapp/resources/js/base/code-support.js index 361ceb0..4522758 100644 --- a/src/main/webapp/resources/js/base/code-support.js +++ b/src/main/webapp/resources/js/base/code-support.js @@ -35,10 +35,10 @@ class CommonCodes { } etc2(code) { - return this._etc(code, "etc2"); + return this._value(code, "etc2"); } etc3(code) { - return this._etc(code, "etc3"); + return this._value(code, "etc3"); } } \ No newline at end of file