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: Preventin


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: Preventing the browser from marking as visited all history elements as soon as the first one gets visited.
Date: Sat, 04 Mar 2017 16:09:11 +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 be00043  Preventing the browser from marking as visited all history 
elements as soon as the first one gets visited.
be00043 is described below

commit be00043001753bce1bd976e933df229cd419c83a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Mar 4 16:07:17 2017 +0100

    Preventing the browser from marking as visited all
    history elements as soon as the first one gets visited.
---
 talerfrontends/blog/static/backoffice.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerfrontends/blog/static/backoffice.js 
b/talerfrontends/blog/static/backoffice.js
index 9d1b323..c93fbb3 100644
--- a/talerfrontends/blog/static/backoffice.js
+++ b/talerfrontends/blog/static/backoffice.js
@@ -172,7 +172,7 @@ function fill_table(history){
     td_amount.className = "amount";
     var td_date = document.createElement("td");
     td_date.className = "date";
-    td_order_id.innerHTML = `<a href="#" 
onclick='track_order("${entry.order_id}", "FSF");'>${entry.order_id}</a>`;
+    td_order_id.innerHTML = `<a href="#${i}" 
onclick='track_order("${entry.order_id}", "FSF");'>${entry.order_id}</a>`;
     td_summary.innerHTML = "TBD";
     td_amount.innerHTML = amount_to_string(entry.amount);
     td_date.innerHTML = parse_date(entry.timestamp);

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



reply via email to

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