From efad6f47f681e213f504cb6e62422078eddc7695 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 11 Mar 2018 09:42:09 +0100 Subject: [PATCH] =?UTF-8?q?Task=20#0001526:=20Probl=C3=A8me=20navigation?= =?UTF-8?q?=20-=20retour=20en=20haut=20de=20la=20fen=C3=AAtre=20si=20fl?= =?UTF-8?q?=C3=A8ches=20de=20navigation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 ba3fa1b88..a76452fd4 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) {