Explorar o código

Remove 'Connecting' message if login fails.

JC Brand %!s(int64=9) %!d(string=hai) anos
pai
achega
fa49fbeed5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      converse.js

+ 1 - 1
converse.js

@@ -2541,7 +2541,7 @@
                     this.registerpanel.render().$el.hide();
                 }
                 this.initDragResize();
-                if ($feedback.length) {
+                if ($feedback.length && $feedback.text() !== __('Connecting')) {
                     this.$('.conn-feedback').replaceWith($feedback);
                 }
                 return this;