Docfile commited on
Commit
8484853
1 Parent(s): ee02f09

Update templates/philosophie.html

Browse files
Files changed (1) hide show
  1. templates/philosophie.html +2 -2
templates/philosophie.html CHANGED
@@ -244,8 +244,8 @@
244
  $('#type-select').change(function() {
245
  const type = $(this).val();
246
  const labels = {
247
- '1': 'Introductif',
248
- '2': 'Comparatif'
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
  });