aboutsummaryrefslogtreecommitdiffstats
path: root/templates/wiki/revision_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/wiki/revision_list.html')
-rw-r--r--templates/wiki/revision_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wiki/revision_list.html b/templates/wiki/revision_list.html
index a1936c32..cd6767db 100644
--- a/templates/wiki/revision_list.html
+++ b/templates/wiki/revision_list.html
@@ -31,6 +31,6 @@
</div>
<script>
let revisions = {{ revisions | tojson }};
+ revision_diff(revisions);
</script>
- <script src="{{ static_file("js/revision_diff.js") }}"></script>
{% endblock %}