From 150144d330ae208b88ae9a7b85de752741057b9c Mon Sep 17 00:00:00 2001 From: mjkhan21 Date: Mon, 8 Jul 2024 16:33:50 +0900 Subject: [PATCH] =?UTF-8?q?';'=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resources/js/base/dataset.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/resources/js/base/dataset.js b/src/main/webapp/resources/js/base/dataset.js index b9106a5..856dc22 100644 --- a/src/main/webapp/resources/js/base/dataset.js +++ b/src/main/webapp/resources/js/base/dataset.js @@ -1369,7 +1369,7 @@ class DatasetControl { data:params || {}, success:resp => { resp = resp.replace(/infoPrefix/g, this.prefix) - .replace(/prefixName/g, this.prefixName) + .replace(/prefixName/g, this.prefixName); dialog.open({ id:this.prefixed("dialog"), title: this.prefixName + " 정보",