Update SA

master
Vitaliy Filippov 2014-09-05 10:35:28 +00:00
parent 4032157443
commit 8093f628e8
2 changed files with 2 additions and 2 deletions

View File

@ -389,7 +389,7 @@ SimpleAutocomplete.prototype.hide = function()
// Show hinter
SimpleAutocomplete.prototype.show = function()
{
if (!this.disabled && !this.persist)
if (!this.disabled && !this.persist && this.hintLayer.style.display == 'none')
{
var p = getOffset(this.input);
this.hintLayer.style.top = (p.top+this.input.offsetHeight) + 'px';

2
hinter.min.js vendored

File diff suppressed because one or more lines are too long