diff --git a/evennia/web/static/webclient/js/plugins/goldenlayout.js b/evennia/web/static/webclient/js/plugins/goldenlayout.js index f1acec6d94..7957cf3cbc 100644 --- a/evennia/web/static/webclient/js/plugins/goldenlayout.js +++ b/evennia/web/static/webclient/js/plugins/goldenlayout.js @@ -635,7 +635,7 @@ let goldenlayout = (function () { // Add new HTML message to an existing Div pane, while // honoring the pane's updateMethod and scroll state, etc. // - var addMessageToPaneDiv = function (textDiv, message) { + var addMessageToPaneDiv = function (textDiv, message, kwargs) { let atBottom = false; let updateMethod = textDiv.attr("updateMethod"); @@ -644,7 +644,8 @@ let goldenlayout = (function () { } else if ( updateMethod === "append" ) { textDiv.append(message); } else { // line feed - textDiv.append("