From 708f834ca00b520e668b41537e9ef37fc9f0d596 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 28 Jan 2013 17:40:53 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=80=EC=BA=A1=EC=B1=A0=20g4=5Fpath=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/gcaptcha/gcaptcha.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbs/gcaptcha/gcaptcha.js b/bbs/gcaptcha/gcaptcha.js index 4950778fb..b6b8bd722 100644 --- a/bbs/gcaptcha/gcaptcha.js +++ b/bbs/gcaptcha/gcaptcha.js @@ -6,7 +6,7 @@ function chk_captcha() var captcha_result = false; $.ajax({ type: "POST", - url: g4_gcaptcha_path+"/get.php", + url: g4_gcaptcha_url+"/get.php", data: { "captcha_key": captcha_key.value }, @@ -26,7 +26,7 @@ function chk_captcha() $(function() { $("#captcha").click(function(e) { - this.setAttribute("src", g4_path+"/plugin/captcha/run.php?t="+(new Date).getTime()); + this.setAttribute("src", g4_url+"/plugin/captcha/run.php?t="+(new Date).getTime()); var keycode = (e.keyCode ? e.keyCode : e.which); // 첫 실행에서는 포커스를 주지 않음 if (typeof(keycode) != "undefined") {