Fix a bunch of linting errors
eslint --fix and a few manual ones
This commit is contained in:
parent
4ba224aac3
commit
18d4d3392a
107 changed files with 290 additions and 290 deletions
|
@ -45,7 +45,7 @@ function createRoom(opts) {
|
|||
Modal.createDialog(NeedToRegisterDialog, {
|
||||
title: "Please Register",
|
||||
description: "Guest users can't create new rooms. Please register to create room and start a chat."
|
||||
})
|
||||
});
|
||||
}, 0);
|
||||
return q(null);
|
||||
}
|
||||
|
@ -78,7 +78,7 @@ function createRoom(opts) {
|
|||
|
||||
let modal;
|
||||
setTimeout(()=>{
|
||||
modal = Modal.createDialog(Loader, null, 'mx_Dialog_spinner')
|
||||
modal = Modal.createDialog(Loader, null, 'mx_Dialog_spinner');
|
||||
}, 0);
|
||||
|
||||
let roomId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue