noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 108/219: task #0001272: Rendre possible l'app


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 108/219: task #0001272: Rendre possible l'appel de la calculatrice depuis le fin fond d'une page.
Date: Mon, 18 Dec 2017 13:22:46 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit ff6f08fc7226aa2dea39360ecdf752426a05ffa0
Author: Dany De Bontridder <address@hidden>
Date:   Tue Oct 24 20:43:20 2017 +0200

    task #0001272: Rendre possible l'appel de la calculatrice depuis le fin 
fond d'une page.
---
 html/image/arrow-up.png | Bin 0 -> 483 bytes
 html/image/compute.png  | Bin 0 -> 689 bytes
 html/js/scripts.js      |   2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/image/arrow-up.png b/html/image/arrow-up.png
new file mode 100644
index 0000000..c99224b
Binary files /dev/null and b/html/image/arrow-up.png differ
diff --git a/html/image/compute.png b/html/image/compute.png
new file mode 100644
index 0000000..1468e7f
Binary files /dev/null and b/html/image/compute.png differ
diff --git a/html/js/scripts.js b/html/js/scripts.js
index a2f7044..9de2e72 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -2849,7 +2849,7 @@ function init_scroll()
             "style":"padding:10px;left:auto;width:60px;height: 
auto;display:none;position:fixed;top:25px;right:20px;text-align:center",
             id:"go_up"
         });
-        up.innerHTML=' <a class="button" href="#up_top" ><img 
src="image/arrow-up.svg"/></a><a href="javascript:show_calc()" 
class="button"><img src="image/compute.svg"/></a>';
+        up.innerHTML=' <a class="button" href="#up_top" ><img 
src="image/arrow-up.png"/></a><a href="javascript:show_calc()" 
class="button"><img src="image/compute.png"/></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]