From: Art Cancro Date: Mon, 17 Sep 2018 02:06:02 +0000 (-0400) Subject: begin work on displaying avatars next to messages X-Git-Tag: v939~345 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=fc9eaf2e70bad8b188727db02c610155cabff931 begin work on displaying avatars next to messages --- diff --git a/webcit-ng/static/js/views.js b/webcit-ng/static/js/views.js index 4acd6b399..549ff1d47 100644 --- a/webcit-ng/static/js/views.js +++ b/webcit-ng/static/js/views.js @@ -190,7 +190,10 @@ function forum_render_one(div, msgnum, scroll_to) document.getElementById(div).innerHTML = "
" // begin message wrapper + "
" // begin avatar - + " " // FIXME temporary avatar + + + "" + + //+ " " // FIXME temporary avatar + "
" // end avatar + "
" // begin content + "
" // begin header