Fix error with placeholder translations in Safari

This commit is contained in:
yflory 2017-01-06 13:52:30 +01:00 committed by ansuz
parent a3cd100c94
commit 0abec4ddb3
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ define(['/customize/languageSelector.js',
$('[data-localization]').each(translateText);
$('#pad-iframe').contents().find('[data-localization]').each(translateText);
$('[data-localization-title]').each(translateTitle);
$('[data-localization-placeholder').each(translatePlaceholder);
$('[data-localization-placeholder]').each(translatePlaceholder);
$('#pad-iframe').contents().find('[data-localization-title]').each(translateTitle);
};