mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
fixed #3359
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user