diff --git a/evennia/web/static/webclient/js/plugins/goldenlayout.js b/evennia/web/static/webclient/js/plugins/goldenlayout.js index 57c509c179..32d09913b3 100644 --- a/evennia/web/static/webclient/js/plugins/goldenlayout.js +++ b/evennia/web/static/webclient/js/plugins/goldenlayout.js @@ -318,9 +318,9 @@ let goldenlayout = (function () { // var onTabCreate = function (tab) { //HTML for the typeDropdown - let renameDropdownControl = $("🢒"); - let typeDropdownControl = $(""); - let updateDropdownControl = $(""); + let renameDropdownControl = $(""); + let typeDropdownControl = $(""); + let updateDropdownControl = $(""); let splitControl = $("+"); // track dropdowns when the associated control is clicked renameDropdownControl.click( tab, renameDropdown );