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