forked from snxraven/LinkUp-P2P-Chat
Move Peer Count to Title Bar | Make the count global to all rooms
This commit is contained in:
parent
7ec2901165
commit
6eab069cc5
@ -13,7 +13,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<pear-ctrl></pear-ctrl>
|
<pear-ctrl></pear-ctrl>
|
||||||
<div id="linkup-text">LinkUp</div>
|
<div id="linkup-text">LinkUp | Peers: <span id="peers-count">0</span></div>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<div id="sidebar">
|
<div id="sidebar">
|
||||||
@ -50,7 +50,6 @@
|
|||||||
Topic: <span id="chat-room-topic"></span>
|
Topic: <span id="chat-room-topic"></span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
Peers: <span id="peers-count">0</span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="user-list">
|
<div id="user-list">
|
||||||
|
Loading…
Reference in New Issue
Block a user