From ce23c317e261a18bd70e0803582afd1bb98596db Mon Sep 17 00:00:00 2001 From: gnuboard Date: Wed, 9 Jan 2013 15:52:58 +0900 Subject: [PATCH] =?UTF-8?q?cheditor=20=EC=99=80=20captcha=20=EC=97=90=20?= =?UTF-8?q?=EA=B4=80=EB=A0=A8=EB=90=9C=20js=20=ED=8C=8C=EC=9D=BC=EC=9D=84?= =?UTF-8?q?=20=EA=B3=84=EC=86=8D=20=ED=8F=AC=ED=95=A8=20=EC=8B=9C=ED=82=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- head.sub.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/head.sub.php b/head.sub.php index e33ea5aae..3b19fd6a3 100644 --- a/head.sub.php +++ b/head.sub.php @@ -73,6 +73,17 @@ var g4_is_ie = navigator.userAgent.toLowerCase().indexOf("msie") != -1; +js)) { + $g4['js_file'][] = $editor->js; + if (isset($editor->config_js)) { + $g4['js_file'][] = $editor->config_js; + } +} +if (isset($captcha->js)) { + $g4['js_file'][] = $captcha->js; +} +?>