diff --git a/o2web/source/x_desktop/js/base_loader.js b/o2web/source/x_desktop/js/base_loader.js index c324fb085b060da390101265dc5b07217860b358..e48e56b026ecbd8614efd3f361df6e3721b1a865 100644 --- a/o2web/source/x_desktop/js/base_loader.js +++ b/o2web/source/x_desktop/js/base_loader.js @@ -323,6 +323,9 @@ if (!layout.isReady) { } layout.config = config; o2.tokenName = config.tokenName || "x-token"; + + document.title = layout.config.systemTitle || layout.config.title; + configLoaded = true; if (configLoaded && commonLoaded && lpLoaded) _getDistribute(function () { _load();