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: Missing '


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: Missing 'var'.
Date: Wed, 01 Mar 2017 23:05:36 +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 2cfff17  Missing 'var'.
2cfff17 is described below

commit 2cfff17a108a9cfe89196e44cec3dee03fec3ed7
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 1 23:05:25 2017 +0100

    Missing 'var'.
---
 talerfrontends/donations/static/backoffice.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerfrontends/donations/static/backoffice.js 
b/talerfrontends/donations/static/backoffice.js
index f6ab027..c23924a 100644
--- a/talerfrontends/donations/static/backoffice.js
+++ b/talerfrontends/donations/static/backoffice.js
@@ -130,7 +130,7 @@ function track_order(order_id, instance){
  */
 function fill_table(history){
   var table = document.getElementById("history");
-  tbody = xpath_get("tbody", table);
+  var tbody = xpath_get("tbody", table);
   for (var i=0; i<history.length; i++){
     var entry = history[i];
     var row = document.createElement("tr");

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



reply via email to

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