diff --git a/js/translations.js b/js/translations.js index dcc1b1f..437e369 100644 --- a/js/translations.js +++ b/js/translations.js @@ -59,7 +59,7 @@ i18next clearTimeout(delayTimer); delayTimer = setTimeout(function() { updateContent(); - }, 1000); + }, 500); }); $('input[type = radio]').on('change', updateContent);