mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-30 22:24:06 +01:00
Merged from flames/master
This commit is contained in:
parent
082b3577fb
commit
64733202c0
@ -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…
Reference in New Issue
Block a user