Skip to content

Commit 0136bbb

Browse files
ctaverneNyholm
authored andcommitted
Correct JS (#156)
Correct JS to make work "Synchronize all translations"
1 parent d38e646 commit 0136bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/public/js/symfonyProfiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function syncMessage(key) {
4040

4141
function syncAll() {
4242
var el = document.getElementById("top-result-area");
43-
el[0].innerHTML = getLoaderHTML();
43+
el.innerHTML = getLoaderHTML();
4444

4545
Sfjs.request(
4646
translationSyncAllUrl,

0 commit comments

Comments
 (0)