댓글의 댓글 작성시 캡챠 출력되지 않는 오류 수정

This commit is contained in:
chicpro
2013-11-12 13:27:56 +09:00
parent 23fb89c6e3
commit 000c7376a0
5 changed files with 38 additions and 30 deletions

View File

@ -141,7 +141,7 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
<script>
var save_before = '';
var save_html = document.getElementById('bo_vc_w').innerHTML;
var save_html;
function good_and_write()
{
@ -262,6 +262,8 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
if (save_before != el_id)
{
save_html = document.getElementById('bo_vc_w').innerHTML;
if (save_before)
{
document.getElementById(save_before).style.display = 'none';

View File

@ -141,7 +141,7 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
<script>
var save_before = '';
var save_html = document.getElementById('bo_vc_w').innerHTML;
var save_html;
function good_and_write()
{
@ -262,6 +262,8 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
if (save_before != el_id)
{
save_html = document.getElementById('bo_vc_w').innerHTML;
if (save_before)
{
document.getElementById(save_before).style.display = 'none';

View File

@ -1,7 +1,7 @@
$(function(){
var mp3_url = "";
$("#captcha_reload").bind("click", function(){
$("#captcha_reload").live("click", function(){
$.ajax({
type: 'POST',
url: g5_captcha_url+'/kcaptcha_session.php',
@ -26,7 +26,7 @@ $(function(){
});
}).trigger("click");
$("#captcha_mp3").click(function(){
$("#captcha_mp3").live("click", function(){
$("body").css("cursor", "wait");
$.ajax({

View File

@ -159,7 +159,7 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
<script>
var save_before = '';
var save_html = document.getElementById('bo_vc_w').innerHTML;
var save_html;
function good_and_write()
{
@ -270,6 +270,8 @@ function comment_box(comment_id, work)
if (save_before != el_id)
{
save_html = document.getElementById('bo_vc_w').innerHTML;
if (save_before)
{
document.getElementById(save_before).style.display = 'none';

View File

@ -159,7 +159,7 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
<script>
var save_before = '';
var save_html = document.getElementById('bo_vc_w').innerHTML;
var save_html;
function good_and_write()
{
@ -270,6 +270,8 @@ function comment_box(comment_id, work)
if (save_before != el_id)
{
save_html = document.getElementById('bo_vc_w').innerHTML;
if (save_before)
{
document.getElementById(save_before).style.display = 'none';