Spaces:
Running
Running
Update templates/philosophie.html
Browse files
templates/philosophie.html
CHANGED
@@ -244,8 +244,8 @@
|
|
244 |
$('#type-select').change(function() {
|
245 |
const type = $(this).val();
|
246 |
const labels = {
|
247 |
-
'1': '
|
248 |
-
'2': '
|
249 |
};
|
250 |
$('#current-type-label').text(`Type ${type} - ${labels[type]}`);
|
251 |
});
|
|
|
244 |
$('#type-select').change(function() {
|
245 |
const type = $(this).val();
|
246 |
const labels = {
|
247 |
+
'1': 'Type1',
|
248 |
+
'2': 'Type2'
|
249 |
};
|
250 |
$('#current-type-label').text(`Type ${type} - ${labels[type]}`);
|
251 |
});
|