diff --git a/Resources/public/js/symfonyProfiler.js b/Resources/public/js/symfonyProfiler.js index 7067bc8d..1558c039 100644 --- a/Resources/public/js/symfonyProfiler.js +++ b/Resources/public/js/symfonyProfiler.js @@ -40,7 +40,7 @@ function syncMessage(key) { function syncAll() { var el = document.getElementById("top-result-area"); - el[0].innerHTML = getLoaderHTML(); + el.innerHTML = getLoaderHTML(); Sfjs.request( translationSyncAllUrl,