This commit is contained in:
Julian Lam
2015-07-24 14:25:23 -04:00
parent 87111ee6be
commit 474ff3ed35
5 changed files with 164 additions and 19 deletions

View File

@@ -293,7 +293,10 @@ app.cacheBuster = null;
}
if (!chat.modalExists(touid)) {
chat.createModal(username, touid, loadAndCenter);
chat.createModal({
username: username,
touid: touid
}, loadAndCenter);
} else {
loadAndCenter(chat.getModal(touid));
}