2
0
Эх сурвалжийг харах

Simplify initial markup required

JC Brand 11 жил өмнө
parent
commit
7fa6f5a021
2 өөрчлөгдсөн 11 нэмэгдсэн , 5 устгасан
  1. 8 0
      CHANGES.rst
  2. 3 5
      index.html

+ 8 - 0
CHANGES.rst

@@ -1,6 +1,14 @@
 Changelog
 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)
 0.6.6 (2013-10-16)
 ------------------
 ------------------
 
 

+ 3 - 5
index.html

@@ -179,11 +179,9 @@
 </div>
 </div>
 
 
 <div id="chatpanel">
 <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>
 </div>
 
 
 <script type="text/javascript">
 <script type="text/javascript">