From 1791320659c502dc0c8e38c525fa69a573350a9a Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Tue, 6 Jan 2015 09:01:51 +0000 Subject: [PATCH] Returns an important call inadvertantly removed. --- js/transaction.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/transaction.js b/js/transaction.js index 71dea3a..bb6c1c4 100644 --- a/js/transaction.js +++ b/js/transaction.js @@ -19,7 +19,8 @@ $(function() { if ($(this).prop("checked")) { $(this).closest("tr").css("background-color","#E6E7E6"); - $('[href*="trans_id=' + this.name + '"]').hide(); + $('[href*="trans_id=' + this.name + '"]').hide(); + $.post("json/transaction.php",{ paid: 1, transaction_id: this.name } ); } else {