Merge branch 'master' of github.com:gnuboard/yc4s

This commit is contained in:
whitedot
2013-06-12 09:25:43 +09:00

View File

@ -707,7 +707,7 @@ $(function() {
$.post(
"./orderitemcoupon.php",
{ it_id: it_id },
{ it_id: it_id, sw_direct: "<?php echo $sw_direct; ?>" },
function(data) {
$cp_btn_el.after(data);
}