diff --git a/script.js b/script.js index 071e4b3..e12b2d5 100644 --- a/script.js +++ b/script.js @@ -71,6 +71,11 @@ function autoConfigureFromURL() { updateConfigDisplay(); console.log('Configuration automatique:', config); + + // Charger automatiquement le contenu si on a une config valide + if (config.baseUrl) { + loadBucketContents(config.currentPath, false); + } } function handleUrlFormSubmit(event) {