noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 312/323: Task #0001526: Problème navigation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 312/323: Task #0001526: Problème navigation - retour en haut de la fenêtre si flèches de navigation
Date: Wed, 14 Mar 2018 17:39:11 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit efad6f47f681e213f504cb6e62422078eddc7695
Author: Dany De Bontridder <address@hidden>
Date:   Sun Mar 11 09:42:09 2018 +0100

    Task #0001526: Problème navigation - retour en haut de la fenêtre si 
flèches de navigation
---
 html/js/controls.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/js/controls.js b/html/js/controls.js
index ba3fa1b..a76452f 100644
--- a/html/js/controls.js
+++ b/html/js/controls.js
@@ -220,7 +220,7 @@ Autocompleter.Base = Class.create({
   markNext: function() {
     if(this.index < this.entryCount-1) this.index++;
       else this.index = 0;
-    this.getEntry(this.index).scrollIntoView(false);
+    //this.getEntry(this.index).scrollIntoView(false);
   },
 
   getEntry: function(index) {



reply via email to

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