# HG changeset patch # User Mads Kiilerich # Date 2017-06-11 15:02:08 # Node ID 8dd57541a2f7106ff1466694c2c762ae3a333202 # Parent 5efcfe4dd25954af05ab6f1909dee03d736f56e6 pullrequests: fix graph re-drawing on 'expand' of changeset description while creating PR Expanding would fail with TypeError: r.render is not a function To fix this, do all the graph drawing in compare_cs.html . diff --git a/kallithea/templates/compare/compare_cs.html b/kallithea/templates/compare/compare_cs.html --- a/kallithea/templates/compare/compare_cs.html +++ b/kallithea/templates/compare/compare_cs.html @@ -129,11 +129,9 @@