gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-backoffice] branch master updated: Add switch case 2


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] branch master updated: Add switch case 2503.
Date: Thu, 07 Jun 2018 21:35:24 +0200

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

marcello pushed a commit to branch master
in repository backoffice.

The following commit(s) were added to refs/heads/master by this push:
     new 73046a2  Add switch case 2503.
73046a2 is described below

commit 73046a201d6699f1959cb959328836a6ba9d40de
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 7 21:34:57 2018 +0200

    Add switch case 2503.
---
 js/backoffice.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/js/backoffice.js b/js/backoffice.js
index 4f11d54..7563580 100644
--- a/js/backoffice.js
+++ b/js/backoffice.js
@@ -111,6 +111,8 @@ function error_map(code){
             the exchange";
   case "2400":
     return "Exchange timed out..";
+  case "2503":
+    return "Proposal not found.";
 
   default:
     return "Error code not given.";
@@ -588,7 +590,7 @@ function get_history(scroll, cb){
           return;
         }
         if (0 == history.length){
-          show_warning("No records found!"); 
+          show_warning("No more records.."); 
           return;
         }
         if(0 < history.length){

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



reply via email to

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