]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/js/user_profile.js
Removed W3CSS and moved to CSS grid layout. There's a bunch of stuff left to tweak...
[citadel.git] / webcit-ng / static / js / user_profile.js
index 4d2bad317e6de5bd2a70f0ac81a4e1b9137b6394..70c853bf941f34b58f86892bfb48dfbbfac992e0 100644 (file)
@@ -5,6 +5,5 @@
 
 
 function user_profile(who) {
-       stuffbar("none");
        document.getElementById("ctdl-main").innerHTML = `user_profile(${who})`;
 }