]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/js/view_mail.js
Moved some of the banner and sidebar items around
[citadel.git] / webcit-ng / static / js / view_mail.js
index 4f94e5f45937ee281d65f07e4f780e46cfb4aac9..791c54d8446bea982200b4e99d53cc6f31edf714 100644 (file)
@@ -123,7 +123,7 @@ function mail_render_row(msg) {
 // Set up the mailbox view
 function mail_display() {
 
-       // Put the "enter new message" button into the navbar
+       // Put the "enter new message" button into the sidebar
        document.getElementById("ctdl-newmsg-button").innerHTML = "<i class=\"fa fa-edit\"></i>" + _("Write mail");
        document.getElementById("ctdl-newmsg-button").style.display = "block";