diff --git a/static/js/peersPanel.js b/static/js/peersPanel.js index 76b0cd6..4875c77 100644 --- a/static/js/peersPanel.js +++ b/static/js/peersPanel.js @@ -83,9 +83,13 @@ oml.ui.peersPanel = function() { } }); + var peering = Ox.throttle(function() { updateUsers(); }, 1000); + if(oml.user.ui.page == 'peers') { + oml.bindEvent({peering: peering}); + } function renderSectionList(folder) {