Commit 357a3d89 by yasir

tes

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