]> code.citadel.org Git - citadel.git/blob - webcit-ng/static/js/user_profile.js
All right, this is more or less it. I had to resort to creating a function stuffbar...
[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         stuffbar("none");
9         document.getElementById("ctdl-main").innerHTML = `user_profile(${who})`;
10 }