Merged from flames/master

This commit is contained in:
FrozenCow 2011-03-17 22:10:59 +01:00
parent 082b3577fb
commit 64733202c0

View File

@ -499,8 +499,7 @@ DynMap.prototype = {
me.messagelist.show();
//var scrollHeight = jQuery(me.messagelist).attr('scrollHeight');
var scrollHeight = me.messagelist.scrollHeight();
messagelist.scrollTop(scrollHeight);
me.messagelist.scrollTop(me.messagelist.scrollHeight());
}
},
onTileUpdated: function(tileName) {