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


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: Explicit scroll=false for get_history triggered by DOMContentLoaded.
Date: Wed, 01 Mar 2017 20:34:39 +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 0ddf0bd  Explicit scroll=false for get_history triggered by 
DOMContentLoaded.
0ddf0bd is described below

commit 0ddf0bd65ef2b5c076f749705bbefb05cc81d456
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 1 20:33:52 2017 +0100

    Explicit scroll=false for get_history triggered by DOMContentLoaded.
---
 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 f7a2003..3abda34 100644
--- a/talerfrontends/donations/static/backoffice.js
+++ b/talerfrontends/donations/static/backoffice.js
@@ -187,5 +187,5 @@ function get_history(scroll){
   }
 }
 
-document.addEventListener("DOMContentLoaded", get_history);
+document.addEventListener("DOMContentLoaded", () => get_history(false));
 document.addEventListener("scroll", () => get_history(true));

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



reply via email to

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