필요없는 경고창 주석처리

This commit is contained in:
gnuboard
2013-07-15 17:11:04 +09:00
parent 11d9185a6a
commit d115120333

View File

@ -45,7 +45,7 @@ alert("<?php echo strip_tags($msg); ?>");
<?php if ($url) { ?>
document.location.replace("<?php echo $url; ?>");
<?php } else { ?>
alert('history.back();');
//alert('history.back();');
history.back();
<?php } ?>
</script>