fix language and access thumbnail

This commit is contained in:
2020-08-01 13:41:27 +02:00
parent 0a3af11f13
commit 838a3d4a0a
7 changed files with 69 additions and 8 deletions
@@ -213,11 +213,11 @@
if ($(this).attr('id') == 'edit-field-theme-target-id') {
var newhtml = optionContent.replace("- Any -", "Thèmes");
var newhtml = optionContent.replace("- Any -", "Thèmes").replace("- Tout -", "Thèmes");
} else if ($(this).attr('id') == 'edit-field-type-de-publication-target-id' ) {
var newhtml = optionContent.replace("- Any -", "Publications");
var newhtml = optionContent.replace("- Any -", "Publications").replace("- Tout -", "Publications");
} else {
// nothing