Merge branch 'g4s'

This commit is contained in:
chicpro
2013-07-15 18:12:10 +09:00
4 changed files with 19 additions and 35 deletions

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>