Commit 81e3cb97 authored by JC Brand's avatar JC Brand

converse-muc: Show a spinner while fetching the config form

parent fd40f247
...@@ -1115,6 +1115,7 @@ ...@@ -1115,6 +1115,7 @@
if (typeof ev !== 'undefined' && ev.preventDefault) { if (typeof ev !== 'undefined' && ev.preventDefault) {
ev.preventDefault(); ev.preventDefault();
} }
this.showSpinner();
this.fetchRoomConfiguration().then(that.renderConfigurationForm.bind(that)); this.fetchRoomConfiguration().then(that.renderConfigurationForm.bind(that));
} }
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment