1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 00:53:22 -05:00

Returns an important call inadvertantly removed.

This commit is contained in:
Jonathan Rosenbaum 2015-01-06 09:01:51 +00:00
parent 7658c11d53
commit 1791320659

View File

@ -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 {