add comment about why DOM is preferred over singlefile for readability parsing

This commit is contained in:
Nick Sweeting
2024-01-03 19:00:19 -08:00
parent fcdc41a1ab
commit 5b07a1126c
2 changed files with 3 additions and 0 deletions

View File

@@ -177,6 +177,7 @@
}
</script>
{% endif %}
<script>
$ = django.jQuery;
$.fn.reverse = [].reverse;