This commit is contained in:
barisusakli
2014-12-21 00:08:01 -05:00
parent 712d5bce5b
commit 3bdb98e747
2 changed files with 7 additions and 1 deletions

View File

@@ -291,6 +291,7 @@ app.uid = null;
function loadAndCenter(chatModal) {
chat.load(chatModal.attr('UUID'));
chat.center(chatModal);
chat.focusInput(chatModal);
}
if (!chat.modalExists(touid)) {