Pārlūkot izejas kodu

Merge branch 'master' into user-invite

JC Brand 11 gadi atpakaļ
vecāks
revīzija
9f6e36e38d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      converse.js

+ 1 - 1
converse.js

@@ -2215,7 +2215,7 @@
 
             renderPasswordForm: function () {
                 this.$el.find('span.centered.spinner').remove();
-                this.$el.find('.chat-body').append(
+                this.$el.find('.chat-body').html(
                     $('<div class="chatroom-form-container">'+
                         '<form class="chatroom-form">'+
                             '<legend>'+__('This chatroom requires a password')+'</legend>' +