Fix #1226: Chrome would load async js

This commit is contained in:
Marcel Klehr 2012-12-05 14:16:44 +01:00
parent 2f37afac66
commit fe89a367cc
1 changed files with 1 additions and 1 deletions

View File

@ -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 {