Commit 5045b4f7 by yasir

perbaikan

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