mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Fix #1226: Chrome would load async js
This commit is contained in:
parent
2f37afac66
commit
fe89a367cc
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
if(language) document.documentElement.lang = language[1];
|
if(language) document.documentElement.lang = language[1];
|
||||||
})(document)
|
})(document)
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="static/js/l10n.js" async></script>
|
<script type="text/javascript" src="static/js/l10n.js"></script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue