From cd5e38fe1438f670747391cee16d97111a4d4bbb Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 7 Apr 2019 00:34:01 +0200 Subject: [PATCH] Fix minor typo --- .../web/webclient/static/webclient/js/plugins/goldenlayout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/web/webclient/static/webclient/js/plugins/goldenlayout.js b/evennia/web/webclient/static/webclient/js/plugins/goldenlayout.js index d644df7711..b6ca4d8f0a 100644 --- a/evennia/web/webclient/static/webclient/js/plugins/goldenlayout.js +++ b/evennia/web/webclient/static/webclient/js/plugins/goldenlayout.js @@ -13,7 +13,7 @@ let goldenlayout = (function () { title: "Untitled", type: "component", componentName: "evennia", - tooltip: "Click and drag tabs to make new panes" + tooltip: "Click and drag tabs to make new panes", componentState: { types: "all", updateMethod: "newlines",