diff --git a/CRISPResso2/CRISPRessoReports/templates/report.html b/CRISPResso2/CRISPRessoReports/templates/report.html
index 346c7eeb..df97265d 100644
--- a/CRISPResso2/CRISPRessoReports/templates/report.html
+++ b/CRISPResso2/CRISPRessoReports/templates/report.html
@@ -647,7 +647,6 @@
Base editing for {{amplicon_name}}
function updateZoom(e) {
/*prevent any other actions that may occur when moving over the image:*/
// e.preventDefault();
-
var img = e.target.imgObj
var view = e.target.viewObj
var lens = e.target.lensObj
@@ -743,6 +742,7 @@ Base editing for {{amplicon_name}}
{% endif %}
+
{% if C2PRO_INSTALLED %}
{{ render_partial('partials/batch_d3.html', nucleotide_quilt_slugs=(report_data['nuc_quilt_names'])) }}