replace async loading of l10n because chrome fail to load

This commit is contained in:
Iván Eixarch 2012-12-02 06:03:46 +01:00
parent b0b64358f9
commit 2b3a67852d

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 {