summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2012-12-05 14:16:44 +0100
committerMarcel Klehr <mklehr@gmx.net>2012-12-05 14:16:44 +0100
commitfe89a367cc02063586571ce64964bc691a4ac542 (patch)
tree65b39c853eda3d7159f190dfd855dac315977c91 /src
parent2f37afac66d78de75c237a0bd544aea1a5248c46 (diff)
downloadetherpad-lite-fe89a367cc02063586571ce64964bc691a4ac542.zip
Fix #1226: Chrome would load async js
Diffstat (limited to 'src')
-rw-r--r--src/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/index.html b/src/templates/index.html
index 9fd33a26..961c6012 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -41,7 +41,7 @@
if(language) document.documentElement.lang = language[1];
})(document)
</script>
- <script type="text/javascript" src="static/js/l10n.js" async></script>
+ <script type="text/javascript" src="static/js/l10n.js"></script>
<style>
html, body {