Commit ddbac139 by yasir

tes

1 parent 1624f2fc
<html>
<div metal:use-macro="load: ../base.pt"> <div metal:use-macro="load: ../base.pt">
<!-- content --> <!-- content -->
<div metal:fill-slot="content"> <div metal:fill-slot="content">
...@@ -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 = "${request._host}${params.route}/advice/act/?id=" + mID; var urinya = "${request._host}${params.route}/advice/act/?id=" + mID;
console.log(urinya); console.log("${request._host}");
$.ajax({ $.ajax({
type: 'GET', type: 'GET',
url: urinya, url: urinya,
...@@ -291,5 +291,4 @@ ...@@ -291,5 +291,4 @@
}); });
</script> </script>
</div>
</html>
\ No newline at end of file \ No newline at end of file
</div>
\ No newline at end of file \ 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!