Commit 775cb217 by yasir

perbaikan

1 parent 2f513992
......@@ -267,6 +267,7 @@
$('#btn_advice').click(function() {
var txId = $('#tx_id').html();
var urinya = "${params.route}/advice/act/?id=" + mID;
urinya = urinya.replace("http:", "https");
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!