notice 오류 해결중
This commit is contained in:
@ -74,13 +74,11 @@ var g4_is_ie = navigator.userAgent.toLowerCase().indexOf("msie") != -1;
|
||||
<script src="<?=$g4['path']?>/js/common.js"></script>
|
||||
<script src="<?=$g4['path']?>/js/wrest.js"></script>
|
||||
<?
|
||||
if (isset($editor->js)) {
|
||||
if (defined('_EDITOR_')) {
|
||||
$g4['js_file'][] = $editor->js;
|
||||
if (isset($editor->config_js)) {
|
||||
$g4['js_file'][] = $editor->config_js;
|
||||
}
|
||||
$g4['js_file'][] = $editor->config_js;
|
||||
}
|
||||
if (isset($captcha->js)) {
|
||||
if (defined('_CAPTCHA_')) {
|
||||
$g4['js_file'][] = $captcha->js;
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user