# HG changeset patch # User Mads Kiilerich # Date 1497186128 -7200 # 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 -r 5efcfe4dd259 -r 8dd57541a2f7 kallithea/templates/compare/compare_cs.html --- a/kallithea/templates/compare/compare_cs.html Sun Jun 04 16:28:00 2017 +0200 +++ b/kallithea/templates/compare/compare_cs.html Sun Jun 11 15:02:08 2017 +0200 @@ -129,11 +129,9 @@