Fix typo and trailing whitespaces

This commit is contained in:
Bruno Alla 2022-01-04 17:49:40 +00:00
parent 9e44a205c3
commit e99120d87d
3 changed files with 6 additions and 6 deletions

View File

@ -119,7 +119,7 @@
{% block inline_javascript %} {% block inline_javascript %}
{% comment %} {% comment %}
Script tags with only code, no src (defer by default). To run Script tags with only code, no src (defer by default). To run
with a "defer" so that you run run inline code: with a "defer" so that you run inline code:
<script> <script>
window.addEventListener('DOMContentLoaded', () => {/* Run whatever you want */}); window.addEventListener('DOMContentLoaded', () => {/* Run whatever you want */});
</script> </script>