Simplify initial markup required

This commit is contained in:
JC Brand 2013-10-17 21:34:14 +02:00
parent 3c57892cbf
commit 7fa6f5a021
2 changed files with 11 additions and 5 deletions

View File

@ -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)
------------------

View File

@ -179,12 +179,10 @@
</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">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");