commit lart php verion check
This commit is contained in:
parent
6c9fdd4a14
commit
fee9d29bc5
|
|
@ -114,7 +114,7 @@ class BukjaController extends Controller
|
|||
$bukjaOrder->order_prop=$order_prop;
|
||||
|
||||
$bukjaOrder->save();
|
||||
//$this->sendToMail($bukjaOrder);
|
||||
$this->sendToMail($bukjaOrder);
|
||||
}
|
||||
}
|
||||
return $bukjaOrder;
|
||||
|
|
|
|||
|
|
@ -442,18 +442,18 @@ document.body.onload = function () {
|
|||
$('#customer_send_btn').prop("disabled", false);
|
||||
$('#customer_send_btn').html('Ugrat');
|
||||
$('#alert_success').css('display','inline-block');
|
||||
// setTimeout(function () {
|
||||
// location.reload();
|
||||
// },4000)
|
||||
setTimeout(function () {
|
||||
location.reload();
|
||||
},4000)
|
||||
|
||||
},
|
||||
error:function (data) {
|
||||
$('#alert_danger').css('display','inline-block');
|
||||
$('#customer_send_btn').prop("disabled", false);
|
||||
$('#customer_send_btn').html('Ugrat');
|
||||
// setTimeout(function () {
|
||||
// location.reload();
|
||||
// },5000);
|
||||
setTimeout(function () {
|
||||
location.reload();
|
||||
},5000);
|
||||
console.log(data);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue