Docfile commited on
Commit
e77933c
·
verified ·
1 Parent(s): 7cfe74b

Update templates/philosophie.html

Browse files
Files changed (1) hide show
  1. templates/philosophie.html +2 -2
templates/philosophie.html CHANGED
@@ -180,8 +180,8 @@
180
  $('#type-select').change(function() {
181
  const type = $(this).val();
182
  const labels = {
183
- '1': 'Dissertation classique',
184
- '2': 'Analyse comparative'
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
  });