Explorar o código

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

JC Brand %!s(int64=8) %!d(string=hai) anos
pai
achega
81e3cb976c
Modificáronse 1 ficheiros con 1 adicións e 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));
                     }
                 },