second fix for updating scrollbar (listà

This commit is contained in:
lutranf
2014-08-20 17:46:52 +02:00
parent 13ea6a0219
commit a9d54bcc4a
2 changed files with 3 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ databap.pageInit = function()
{
$ListBox.children().hide();
$ListBox.find('div[id^='+$This.attr('id')+']').show();
databap.databap.updateScrollBar('top');
databap.updateScrollBar('top');
}, i);
}