diff --git a/public/index.html b/public/index.html
index 8601345..781b55a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -71,9 +71,9 @@
@@ -556,6 +556,9 @@
isMobile() {
return /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
},
+ peersCount() {
+ return Object.keys(this.peers).length;
+ },
peersOrderedByLatestAnnounce() {
const peers = Object.values(this.peers);
return peers.sort(function(peerA, peerB) {