diff options
-rw-r--r-- | src/templates/index.html | 2 |
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 { |