diff --git a/deluge/ui/web/js/Deluge.ConnectionManager.js b/deluge/ui/web/js/Deluge.ConnectionManager.js index 9cac6241c..267fb4d95 100644 --- a/deluge/ui/web/js/Deluge.ConnectionManager.js +++ b/deluge/ui/web/js/Deluge.ConnectionManager.js @@ -266,7 +266,7 @@ Copyright: }, onHostAdded: function() { - this.runCheck(); + this.update(); }, onClose: function(e) {