Spaces:
Running
Running
Update templates/philosophie.html
Browse files
templates/philosophie.html
CHANGED
|
@@ -408,7 +408,7 @@
|
|
| 408 |
const labels = {
|
| 409 |
'1': 'Type1',
|
| 410 |
'2': 'Type2',
|
| 411 |
-
'
|
| 412 |
};
|
| 413 |
$('#current-type-label').text(`Type ${type} - ${labels[type]}`);
|
| 414 |
});
|
|
|
|
| 408 |
const labels = {
|
| 409 |
'1': 'Type1',
|
| 410 |
'2': 'Type2',
|
| 411 |
+
's': 'Synthèse'
|
| 412 |
};
|
| 413 |
$('#current-type-label').text(`Type ${type} - ${labels[type]}`);
|
| 414 |
});
|