From a1b7d0df0f09a02eda8b5064f29c65159a5f7a74 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Mon, 6 Apr 2015 10:36:28 +0000 Subject: [PATCH] Downloads GnuCash file(s) to the browser! --- js/transaction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/transaction.js b/js/transaction.js index d00303e..61e10c7 100644 --- a/js/transaction.js +++ b/js/transaction.js @@ -401,7 +401,7 @@ $(function() { if (gnucash_accounts) { $.each(gnucash_accounts, function(k,v) { $.post("json/transaction.php",{ gnucash_account_type: v, transaction_range: transaction_range}, function(data) { - + $("body").append(""); }); }); }