Commit 87459686 by yasir

perbaikan

1 parent 018698df
...@@ -266,7 +266,7 @@ ...@@ -266,7 +266,7 @@
$('#btn_advice').click(function() { $('#btn_advice').click(function() {
var txId = $('#tx_id').html(); var txId = $('#tx_id').html();
var urinya = "${request._host}${params.route}/advice/act/?id=" + mID; var urinya = "https://${request._host}${params.route}/advice/act/?id=" + mID;
console.log(urinya); console.log(urinya);
$.ajax({ $.ajax({
type: 'GET', type: 'GET',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!