Commit ddbac139 by yasir

tes

1 parent 1624f2fc
<html>
<div metal:use-macro="load: ../base.pt">
<!-- content -->
<div metal:fill-slot="content">
......@@ -267,7 +267,7 @@
$('#btn_advice').click(function() {
var txId = $('#tx_id').html();
var urinya = "${request._host}${params.route}/advice/act/?id=" + mID;
console.log(urinya);
console.log("${request._host}");
$.ajax({
type: 'GET',
url: urinya,
......@@ -291,5 +291,4 @@
});
</script>
</div>
</html>
\ No newline at end of file
</div>
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!