gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-backoffice] 02/03: Track transfer also calls the inf


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] 02/03: Track transfer also calls the info bar filler function
Date: Mon, 04 Jun 2018 14:40:36 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository backoffice.

commit bb7f17504405dbfd22b99aea138ab82355c18c99
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 4 14:24:32 2018 +0200

    Track transfer also calls the info bar filler function
---
 js/backoffice.js | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/js/backoffice.js b/js/backoffice.js
index c2fe86b..059f61a 100644
--- a/js/backoffice.js
+++ b/js/backoffice.js
@@ -150,11 +150,8 @@ var track_transfer = function(exchange, wtid, cb){
         var tracks = JSON.parse(req.responseText);
         cb(true, tracks.deposits_sums, tracks.execution_time, wtid);
         break;
-      case 400:
-        console.log("Bad request, check submitted data!");
-        break;
       default:
-        console.log(`Status: ${req.status}, not handled.`);
+        show_error(req.responseText);
       }
     }
   }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]