fix language and access thumbnail
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user