From 75c253ddeebc3421127d4a1987eecc1150dad51f Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 19 Sep 2018 17:49:30 -0400 Subject: [PATCH] Found the correct JavaScript incantation to display a FontAwesome character in place of a user avatar if the latter is not found. --- webcit-ng/static/js/views.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/webcit-ng/static/js/views.js b/webcit-ng/static/js/views.js index 549ff1d47..605cb7292 100644 --- a/webcit-ng/static/js/views.js +++ b/webcit-ng/static/js/views.js @@ -190,10 +190,8 @@ function forum_render_one(div, msgnum, scroll_to) document.getElementById(div).innerHTML = "
" // begin message wrapper + "
" // begin avatar - - + "" - - //+ " " // FIXME temporary avatar + + "" + "
" // end avatar + "
" // begin content + "
" // begin header -- 2.30.2