diff --git a/src/static/js/pad_userlist.js b/src/static/js/pad_userlist.js
index 595de92a2..d306256a2 100644
--- a/src/static/js/pad_userlist.js
+++ b/src/static/js/pad_userlist.js
@@ -468,7 +468,7 @@ var paduserlist = (function()
self.setMyUserInfo(myInitialUserInfo);
- $('#editbar [data-key=showusers] > a').append('1');
+ if($('#online_count').length === 0) $('#editbar [data-key=showusers] > a').append('1');
$("#otheruserstable tr").remove();