فهرست منبع

Bugfix. Don't append, replace.

Otherwise, if the same error presence is received twice, the form will render
twice.
JC Brand 11 سال پیش
والد
کامیت
db24bf7a70
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      converse.js

+ 1 - 1
converse.js

@@ -2173,7 +2173,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>' +