gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant-frontends] branch master updated: Comments.


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: Comments.
Date: Mon, 27 Feb 2017 18:11:56 +0100

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

marcello pushed a commit to branch master
in repository merchant-frontends.

The following commit(s) were added to refs/heads/master by this push:
     new 927e1a6  Comments.
927e1a6 is described below

commit 927e1a6910a9827547bcf56b37a18d3e259669a6
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Feb 27 18:11:44 2017 +0100

    Comments.
---
 talerfrontends/blog/static/backoffice.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/talerfrontends/blog/static/backoffice.js 
b/talerfrontends/blog/static/backoffice.js
index 871cd0d..a281e0b 100644
--- a/talerfrontends/blog/static/backoffice.js
+++ b/talerfrontends/blog/static/backoffice.js
@@ -59,6 +59,10 @@ function track_order(order_id, instance){
         console.log("Got no tracks AND status == 200.  Should not be here.");
         return;
       }
+
+      // FIXME: make some div-y thing pop up in the middle of the screen
+      // showing the tracks.
+
       for(var i=0; i<tracks.length; i++){
         var entry = tracks[i];
         console.log("i", i);

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



reply via email to

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