Merged from flames/master
This commit is contained in:
parent
e8a87e3809
commit
cb60239713
1 changed files with 1 additions and 2 deletions
|
|
@ -499,8 +499,7 @@ DynMap.prototype = {
|
||||||
|
|
||||||
me.messagelist.show();
|
me.messagelist.show();
|
||||||
//var scrollHeight = jQuery(me.messagelist).attr('scrollHeight');
|
//var scrollHeight = jQuery(me.messagelist).attr('scrollHeight');
|
||||||
var scrollHeight = me.messagelist.scrollHeight();
|
me.messagelist.scrollTop(me.messagelist.scrollHeight());
|
||||||
messagelist.scrollTop(scrollHeight);
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onTileUpdated: function(tileName) {
|
onTileUpdated: function(tileName) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue