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) {