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


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: indent
Date: Fri, 24 Mar 2017 13:21:16 +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 91d8688  indent
91d8688 is described below

commit 91d8688765aa77cfe90f138b6e809f195b152fb8
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Mar 24 13:21:12 2017 +0100

    indent
---
 talerfrontends/blog/static/backoffice.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/talerfrontends/blog/static/backoffice.js 
b/talerfrontends/blog/static/backoffice.js
index 5c1c478..c410f71 100644
--- a/talerfrontends/blog/static/backoffice.js
+++ b/talerfrontends/blog/static/backoffice.js
@@ -262,7 +262,8 @@ function get_history(scroll){
 }
 
 document.addEventListener("DOMContentLoaded", () => get_history(false));
+
 document.addEventListener("scroll", function(){
   if(window.innerHeight + window.scrollY >= document.body.offsetHeight)
     window.setTimeout(()=>get_history(true), 400);
-  });
+});

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



reply via email to

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