]> code.citadel.org Git - citadel.git/blob - webcit-ng/static/js/user_profile.js
new license declaration text
[citadel.git] / webcit-ng / static / js / user_profile.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 function user_profile(who) {
8         document.getElementById("ctdl-main").innerHTML = `user_profile(${who})`;
9 }