fix scrollbar on chat + compress css files + add remove filter inlist
This commit is contained in:
12
jquery/databap.js
vendored
12
jquery/databap.js
vendored
@@ -852,6 +852,18 @@ function Databap()
|
||||
if(self.tmp('scrollbar')) self.tmp('scrollbar').tinyscrollbar_update(sPos);
|
||||
};
|
||||
|
||||
this.isScrollBarAtBottom = function()
|
||||
{
|
||||
return self.tmp('scrollbar').tinyscrollbar_isBottom();
|
||||
};
|
||||
|
||||
this.unifyWidth = function($ItemsSet)
|
||||
{
|
||||
var iMaxWidth = 0;
|
||||
$ItemsSet.each(function(){iMaxWidth = Math.max(iMaxWidth, $(this).width());});
|
||||
$ItemsSet.each(function(){if($(this).width() < iMaxWidth) $(this).width(iMaxWidth);});
|
||||
};
|
||||
|
||||
this.shareEvent = function(sType, iId)
|
||||
{
|
||||
if(iId!='')
|
||||
|
||||
Reference in New Issue
Block a user