]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/index.html
click on the envelope to go to the inbox
[citadel.git] / webcit-ng / static / index.html
index 8952d2554547cf16c987a47f856b48a307af5d88..ad7ee4e596712e0aef7744f94d10c3c172ff36d4 100644 (file)
@@ -47,7 +47,7 @@ LOADING
                </div>
                <div class="w3-col s8 w3-bar">
                        <span id="current_user">Not logged in.</span><br>
-                       <a href="#" class="w3-bar-item w3-button"><i class="fa fa-envelope"></i></a>
+                       <a href="#" class="w3-bar-item w3-button"><i class="fa fa-envelope" onclick="javascript:gotoroom('_MAIL_');"></i></a>
                        <a href="#" class="w3-bar-item w3-button"><i class="fa fa-user"></i></a>
                        <a href="#" class="w3-bar-item w3-button"><i class="fa fa-cog"></i></a>
                </div>