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>
|
||||
<header>
|
||||
<pear-ctrl></pear-ctrl>
|
||||
<div id="linkup-text">LinkUp</div>
|
||||
<div id="linkup-text">LinkUp | Peers: <span id="peers-count">0</span></div>
|
||||
</header>
|
||||
<main>
|
||||
<div id="sidebar">
|
||||
@ -50,7 +50,6 @@
|
||||
Topic: <span id="chat-room-topic"></span>
|
||||
</div>
|
||||
<div>
|
||||
Peers: <span id="peers-count">0</span>
|
||||
</div>
|
||||
</div>
|
||||
<div id="user-list">
|
||||
|
Loading…
Reference in New Issue
Block a user