네이버 신디케이션 적용 및 기타 오류 수정

This commit is contained in:
chicpro
2014-07-09 10:01:21 +09:00
parent 288da7f9e1
commit 4d8500be02
22 changed files with 136 additions and 113 deletions

View File

@ -43,7 +43,7 @@ if($error) {
alert("<?php echo strip_tags($msg); ?>");
//document.location.href = "<?php echo $url; ?>";
<?php if ($url) { ?>
document.location.replace("<?php echo $url; ?>");
document.location.replace("<?php echo str_replace('&amp;', '&', $url); ?>");
<?php } else { ?>
//alert('history.back();');
history.back();