Commit 1624f2fc by yasir

tes

1 parent 81e5cb5f
......@@ -266,12 +266,13 @@
$('#btn_advice').click(function() {
var txId = $('#tx_id').html();
var urinya = "//devel.agratek.id${params.route}/advice/act/?id=" + mID;
var urinya = "${request._host}${params.route}/advice/act/?id=" + mID;
console.log(urinya);
$.ajax({
type: 'GET',
url: urinya,
dataType: 'JSON',
crossDomain: true,
headers: {
'Access-Control-Allow-Origin': '*'
},
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!