From 13ea6a021906f3fbcb3603bb9e627060b7a8c9f5 Mon Sep 17 00:00:00 2001 From: lutranf Date: Wed, 20 Aug 2014 17:45:28 +0200 Subject: [PATCH] fix update scrollbar (list) --- masks/list.html | 1 + 1 file changed, 1 insertion(+) diff --git a/masks/list.html b/masks/list.html index 5f9299d..df5f55c 100755 --- a/masks/list.html +++ b/masks/list.html @@ -17,6 +17,7 @@ databap.pageInit = function() { $ListBox.children().hide(); $ListBox.find('div[id^='+$This.attr('id')+']').show(); + databap.databap.updateScrollBar('top'); }, i); }