From a1074c341f5122b4954243a81a4118b9766414e8 Mon Sep 17 00:00:00 2001 From: Satinder Grewal Date: Thu, 10 Nov 2016 22:07:45 +1300 Subject: [PATCH] icon update for mining status --- assets/scripts/kmd_wallet_dashboard.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/assets/scripts/kmd_wallet_dashboard.js b/assets/scripts/kmd_wallet_dashboard.js index 8c5a3b3..ea2ab67 100644 --- a/assets/scripts/kmd_wallet_dashboard.js +++ b/assets/scripts/kmd_wallet_dashboard.js @@ -450,7 +450,7 @@ function KMDGetPublicTransactions() { tmp_category = ' IN'; } if ( AjaxOutputData[index].category == 'generate' ) { - tmp_category = ' Mined'; + tmp_category = ' Mined'; }if ( AjaxOutputData[index].category == 'immature' ) { tmp_category = ' Immature'; } @@ -554,12 +554,8 @@ function KMDfillTxHistoryT() { var txhistorydataT = KMDGetPublicTransactions(); var txhistorydataZ = KMDGetProtectedTransactions(); var txhistorydata = $.merge( txhistorydataT, txhistorydataZ ); - console.log(txhistorydata); - $.each(txhistorydata, function(index, txidvalue) { - console.log(txhistorydata[index]); - }); //console.log(txhistorydata); - //console.log(txhistorydataZ); + if ( $.fn.dataTable.isDataTable( '#kmd-tx-history-tbl' ) ) { $('#kmd-tx-history-tbl').DataTable( { data: txhistorydata, "order": [[ 4, "desc" ]],