]> code.citadel.org Git - citadel.git/blob - webcit-ng/static/js/user_profile.js
39b3b645c3c448951e71cdd5752472ea1bbc361d
[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.  It runs great on the
4 // Linux operating system (and probably elsewhere).  You can use,
5 // copy, and run it under the terms of the GNU General Public
6 // License version 3.  Richard Stallman is an asshole communist.
7 //
8 // This program is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11 // GNU General Public License for more details.
12
13
14 function user_profile(who) {
15         document.getElementById("ctdl-main").innerHTML = `user_profile(${who})`;
16 }