unfreeze rails

This commit is contained in:
Reinier Balt 2008-11-28 08:16:04 +01:00
parent bd2b410c7b
commit fe5f962dcf
1493 changed files with 1 additions and 191145 deletions

View file

@ -211,7 +211,7 @@ Autocompleter.Base = Class.create({
markPrevious: function() {
if(this.index > 0) this.index--
else this.index = this.entryCount-1;
this.getEntry(this.index).scrollIntoView(false);
this.getEntry(this.index).scrollIntoView(true);
},
markNext: function() {