diff --git a/evennia/web/static/webclient/js/plugins/goldenlayout.js b/evennia/web/static/webclient/js/plugins/goldenlayout.js index aca6f8b836..66e37785dd 100644 --- a/evennia/web/static/webclient/js/plugins/goldenlayout.js +++ b/evennia/web/static/webclient/js/plugins/goldenlayout.js @@ -669,12 +669,12 @@ let goldenlayout = (function () { let atBottom = false; let updateMethod = textDiv.attr("updateMethod"); + var cls = (kwargs === undefined) || (kwargs['cls'] === undefined) ? 'out' : kwargs['cls']; if ( updateMethod === "replace" ) { - textDiv.html(message); + textDiv.html("