This commit is contained in:
12
script.js
12
script.js
@@ -101,11 +101,13 @@ function parseMinioURL(url) {
|
||||
|
||||
function updateConfigDisplay() {
|
||||
const configInfo = document.getElementById('config-info');
|
||||
configInfo.innerHTML = `
|
||||
<strong>Configuration actuelle:</strong><br>
|
||||
URL de base: ${config.baseUrl}<br>
|
||||
Chemin actuel: /${config.currentPath}
|
||||
`;
|
||||
if (configInfo) {
|
||||
configInfo.innerHTML = `
|
||||
<strong>Configuration actuelle:</strong><br>
|
||||
URL de base: ${config.baseUrl}<br>
|
||||
Chemin actuel: /${config.currentPath}
|
||||
`;
|
||||
}
|
||||
}
|
||||
|
||||
function showDevForm() {
|
||||
|
||||
Reference in New Issue
Block a user