diff --git a/CRISPResso2/CRISPRessoReports/templates/report.html b/CRISPResso2/CRISPRessoReports/templates/report.html index f00ed902..cc047a75 100644 --- a/CRISPResso2/CRISPRessoReports/templates/report.html +++ b/CRISPResso2/CRISPRessoReports/templates/report.html @@ -629,6 +629,7 @@
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 @@ -724,7 +725,6 @@
Base editing for {{amplicon_name}}
{% endif %} - {% if C2PRO_INSTALLED %} {{ render_partial('partials/batch_d3.html', nucleotide_quilt_slugs=(report_data['nuc_quilt_names'])) }}