From b0176e62f845f5b753017bd5342260c59d41587f Mon Sep 17 00:00:00 2001 From: JC Brand Date: Thu, 15 Mar 2018 19:52:11 +0000 Subject: [PATCH] Mention where the embedded MUC gets embedded into --- docs/source/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index c37d27ec9..f19c2f811 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -1427,7 +1427,7 @@ different builds, each for the different modes. These were: * ``converse-mobile.js`` for the ``mobile`` mode -* ``converse-muc-embedded.js`` for embedding a single MUC room into the page. +* ``converse-muc-embedded.js`` for embedding a single MUC room into a DOM element with id ``conversejs`` * ``converse.js`` for the ``overlayed`` mode * ``inverse.js`` for the ``fullscreen`` mode