Spaces:
Running
Running
Update templates/philosophie.html
Browse files
templates/philosophie.html
CHANGED
|
@@ -180,8 +180,8 @@
|
|
| 180 |
$('#type-select').change(function() {
|
| 181 |
const type = $(this).val();
|
| 182 |
const labels = {
|
| 183 |
-
'1': '
|
| 184 |
-
'2': '
|
| 185 |
};
|
| 186 |
$('#current-type-label').text(`Type ${type} - ${labels[type]}`);
|
| 187 |
});
|
|
|
|
| 180 |
$('#type-select').change(function() {
|
| 181 |
const type = $(this).val();
|
| 182 |
const labels = {
|
| 183 |
+
'1': '~',
|
| 184 |
+
'2': '~'
|
| 185 |
};
|
| 186 |
$('#current-type-label').text(`Type ${type} - ${labels[type]}`);
|
| 187 |
});
|