Explorar el Código

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

JC Brand hace 8 años
padre
commit
81e3cb976c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/converse-muc.js

+ 1 - 0
src/converse-muc.js

@@ -1115,6 +1115,7 @@
                         if (typeof ev !== 'undefined' && ev.preventDefault) {
                             ev.preventDefault();
                         }
+                        this.showSpinner();
                         this.fetchRoomConfiguration().then(that.renderConfigurationForm.bind(that));
                     }
                 },