noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 14/27: #0001643: ajout icon "cache" pour bout


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 14/27: #0001643: ajout icon "cache" pour bouton "remonter"
Date: Wed, 4 Sep 2019 15:24:56 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 9b945bd430c90d0d692bf8b9809678282e5e3d82
Author: Dany De Bontridder <address@hidden>
Date:   Thu Aug 29 12:21:09 2019 +0200

    #0001643: ajout icon "cache" pour bouton "remonter"
---
 html/js/scripts.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/js/scripts.js b/html/js/scripts.js
index 81b0563..daa1397 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -2946,7 +2946,7 @@ function init_scroll()
             "style":"padding:5px;left:auto;width:auto;height: 
auto;display:none;position:fixed;bottom:30%;right:50px;text-align:center;font-size:20px",
             id:"go_up"
         });
-        up.innerHTML=' <a class="icon" href="#up_top" >&#xe81a;</a><a 
href="javascript:show_calc()" class="icon">&#xf1ec;</a>';
+        up.innerHTML='<a class="icon" 
onclick="document.getElementById(\'go_up\').hide()" 
style="float:right;font-size:70%">&#xe816;</a> <a class="icon" href="#up_top" 
>&#xe81a;</a><a href="javascript:show_calc()" class="icon">&#xf1ec;</a>';
         document.body.appendChild(up);
          window.onscroll=function () {
          if ( document.viewport.getScrollOffsets().top> 0) {



reply via email to

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