瀏覽代碼

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

JC Brand 8 年之前
父節點
當前提交
81e3cb976c
共有 1 個文件被更改,包括 1 次插入0 次删除
  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));
                     }
                 },