Make sure PM box is visible when opened

This commit is contained in:
Guangcong Luo 2013-04-30 15:36:36 -07:00
parent d72adeb629
commit 0b77f52ce9

View File

@ -75,6 +75,7 @@
var $chat = $pmWindow.find('.inner');
$chatFrame.scrollTop($chat.height());
}
this.$el.scrollTop(0);
return $pmWindow;
},
closePM: function(e) {