update scrollbar on search

This commit is contained in:
2014-10-07 20:25:26 +02:00
parent 07c041b82e
commit d652a2f77f
2 changed files with 3 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ function search()
else
{
for(iRankId in asItems) databap.appendItem(asItems[iRankId], $Container, false);
self.updateScrollBar('top');
databap.addSuccessIcon();
}
},