]> code.citadel.org Git - citadel.git/blob - webcit-ng/static/js/view_mail.js
415d5c267289345f723ccbbfa2237b69480eb278
[citadel.git] / webcit-ng / static / js / view_mail.js
1 // Copyright (c) 2016-2022 by the citadel.org team
2 //
3 // This program is open source software.  Use, duplication, or
4 // disclosure are subject to the GNU General Public License v3.
5
6
7 // Set up the mailbox view
8 function mail_display() {
9         target_div = document.getElementById("ctdl-main");
10         target_div.innerHTML = "haah h0h00 wowowozers";
11 }