fix update scrollbar (list)

This commit is contained in:
lutranf
2014-08-20 17:45:28 +02:00
parent 5a4465403b
commit 13ea6a0219

View File

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