diff --git a/containers/libreportal/frontend/index.html b/containers/libreportal/frontend/index.html index 9948151..5940e03 100755 --- a/containers/libreportal/frontend/index.html +++ b/containers/libreportal/frontend/index.html @@ -97,13 +97,14 @@ - - - - - - - + diff --git a/containers/libreportal/frontend/js/components/config/config-manager.js b/containers/libreportal/frontend/js/components/config/config-manager.js index e1f2ca5..7028904 100755 --- a/containers/libreportal/frontend/js/components/config/config-manager.js +++ b/containers/libreportal/frontend/js/components/config/config-manager.js @@ -32,9 +32,21 @@ if (typeof window.ConfigManager === 'undefined') { // the first call, so the config-category path below is a cache hit. try { await this.core.loadConfig(category); } catch (e) {} + // Tool controllers are loaded on demand — they're not in index.html's + // initial