fix
This commit is contained in:
Hedgehog 2014-02-27 22:53:40 +04:00
parent cb28f759bf
commit 87e76cda5e

View File

@ -144,6 +144,7 @@ function directMessagesWithUserPopup()
var $userInfo = $(this).closest("[data-screen-name]");
var dm_screenname = $userInfo.attr("data-screen-name");
openDmWithUserModal( dm_screenname );
$(".modal-content").css("height", "300px"); //fix
}
function openDmWithUserModal(dm_screenname)