Pārlūkot izejas kodu

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

JC Brand 8 gadi atpakaļ
vecāks
revīzija
81e3cb976c
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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));
                     }
                 },