update scrollbar on search
This commit is contained in:
3
jquery/databap.js
vendored
3
jquery/databap.js
vendored
@@ -420,6 +420,7 @@ function Databap()
|
||||
|
||||
//Page event
|
||||
self.onResize();
|
||||
self.updateScrollBar();
|
||||
};
|
||||
|
||||
this.maximizeElem = function($Elem, bfitToElemContent, $Box)
|
||||
@@ -848,7 +849,7 @@ function Databap()
|
||||
this.updateScrollBar = function(sPos)
|
||||
{
|
||||
sPos = sPos || 'relative';
|
||||
self.tmp('scrollbar').tinyscrollbar_update(sPos);
|
||||
if(self.tmp('scrollbar')) self.tmp('scrollbar').tinyscrollbar_update(sPos);
|
||||
};
|
||||
|
||||
this.shareEvent = function(sType, iId)
|
||||
|
||||
Reference in New Issue
Block a user