Commit 7fa6f5a0 authored by JC Brand's avatar JC Brand

Simplify initial markup required

parent 3c57892c
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">
<strong class="conn-feedback">Toggle chat</strong> <strong style="display: none" id="online-count">(0)</strong>
</a>
</div>
<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>
<script type="text/javascript">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment