diff --git a/deluge/ui/web/js/Deluge.ConnectionManager.js b/deluge/ui/web/js/Deluge.ConnectionManager.js index 322ef6a32..0b75e87c5 100644 --- a/deluge/ui/web/js/Deluge.ConnectionManager.js +++ b/deluge/ui/web/js/Deluge.ConnectionManager.js @@ -225,7 +225,9 @@ Copyright: onLogout: function() { this.disconnect(); - this.hide(); + if (!this.hidden && this.rendered) { + this.hide(); + } }, onRemove: function(button) {