mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
leaveRoom method, small fixes
This commit is contained in:
@@ -261,6 +261,13 @@ app.cacheBuster = null;
|
||||
});
|
||||
};
|
||||
|
||||
app.newChat = function (touid) {
|
||||
if (!app.user.uid) {
|
||||
return app.alertError('[[error:not-logged-in]]');
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
var titleObj = {
|
||||
active: false,
|
||||
interval: undefined,
|
||||
|
||||
Reference in New Issue
Block a user