Create room Dialog Spinner fix.

This commit is contained in:
wmwragg 2016-07-17 21:21:27 +01:00
parent 999c52b650
commit 1559c69ddf

View file

@ -64,7 +64,7 @@ function createRoom(opts) {
} }
]; ];
var modal = Modal.createDialog(Loader); var modal = Modal.createDialog(Loader, null, 'mx_Dialog_spinner');
return client.createRoom(createOpts).finally(function() { return client.createRoom(createOpts).finally(function() {
modal.close(); modal.close();