From e1b25d32b7aebba9ce55c0d44181c531f46b07f0 Mon Sep 17 00:00:00 2001 From: JSYOO Date: Wed, 10 Nov 2021 17:39:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=A9=EB=8F=8C=20=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/js/nlib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/js/nlib.js b/src/main/webapp/js/nlib.js index b9f8d13a..fe534803 100644 --- a/src/main/webapp/js/nlib.js +++ b/src/main/webapp/js/nlib.js @@ -9,7 +9,7 @@ var CONTEXT_PATH = ""; // 팝업으로 비밀번호를 입력받아서 콜백함수에 전달한다. -function fn_promptPassword(msg, placeholder, callbackFucName) { +function fn_promptPassword(msg, placeholder, callbackFucName) { var options = "top=200, left=200, width=300, height=200, status=no, menubar=no, toolbar=yes, resizable=no"; var thePrompt = window.open("", "_NLIB_POMPT_PASSWORD", options); var theHTML = "" + placeholder + "";