필요없는 경고창 주석처리
This commit is contained in:
@ -45,7 +45,7 @@ alert("<?php echo strip_tags($msg); ?>");
|
|||||||
<?php if ($url) { ?>
|
<?php if ($url) { ?>
|
||||||
document.location.replace("<?php echo $url; ?>");
|
document.location.replace("<?php echo $url; ?>");
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
alert('history.back();');
|
//alert('history.back();');
|
||||||
history.back();
|
history.back();
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user