d6503eaac2692d6a60076f4faa535c6e66524a56
[citadel.git] / webcit-ng / static / js / view_contacts.js
1 // This module handles the view for "address book" rooms.
2 //
3 // Copyright (c) 2016-2023 by the citadel.org team
4 //
5 // This program is open source software.  Use, duplication, or
6 // disclosure are subject to the GNU General Public License v3.
7
8
9 // RENDERER FOR THIS VIEW
10 function view_render_contacts() {
11         document.getElementById("ctdl-main").innerHTML = `STUB RENDERER FOR ADDRESS BOOK`;
12 }