leaveRoom method, small fixes

This commit is contained in:
barisusakli
2015-12-16 11:30:10 +02:00
parent f8a6666e1a
commit 8fab270852
6 changed files with 22 additions and 4 deletions

View File

@@ -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,