Simplify initial markup required
This commit is contained in:
parent
3c57892cbf
commit
7fa6f5a021
@ -1,6 +1,14 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
0.7.0 (Unreleased)
|
||||
------------------
|
||||
|
||||
* Add a toolbar for single user chat [jcbrand]
|
||||
* Add support for OTR (off-the-record) encryption [jcbrand]
|
||||
* Add smileys [jcbrand]
|
||||
* Simplified initial boilerplate markup [jcbrand]
|
||||
|
||||
0.6.6 (2013-10-16)
|
||||
------------------
|
||||
|
||||
|
@ -179,11 +179,9 @@
|
||||
</div>
|
||||
|
||||
<div id="chatpanel">
|
||||
<div id="toggle-controlbox">
|
||||
<a href="#" class="chat toggle-online-users">
|
||||
<a id="toggle-controlbox" href="#" class="chat toggle-online-users">
|
||||
<strong class="conn-feedback">Toggle chat</strong> <strong style="display: none" id="online-count">(0)</strong>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
Loading…
Reference in New Issue
Block a user