Browse Source

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

JC Brand 8 năm trước cách đây
mục cha
commit
81e3cb976c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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));
                     }
                 },