Task #0001526: Problème navigation - retour en haut de la fenêtre si flèches de navigation
This commit is contained in:
parent
a8de73dc6c
commit
efad6f47f6
1 changed files with 1 additions and 1 deletions
2
html/js/controls.js
vendored
2
html/js/controls.js
vendored
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue