diff --git a/src/snek/templates/web.html b/src/snek/templates/web.html index 89ca4cc..fdb24cf 100644 --- a/src/snek/templates/web.html +++ b/src/snek/templates/web.html @@ -54,7 +54,7 @@ chatInputField.autoCompletions = { "/live": () => { chatInputField.liveType = !chatInputField.liveType; }, "/help": showHelp, "/container": async() =>{ - //containerDialog.openWithStatus() + containerDialog.openWithStatus() } };