diff --git a/gitinspector/format.py b/gitinspector/format.py index e5305c5..29713ae 100644 --- a/gitinspector/format.py +++ b/gitinspector/format.py @@ -66,6 +66,7 @@ def output_header(): tablesorter_js = __get_zip_file_content__("jquery.tablesorter.min.js", "/html/jquery.tablesorter.min.js.zip") flot_js = __get_zip_file_content__("jquery.flot.js") pie_js = __get_zip_file_content__("jquery.flot.pie.js") + resize_js = __get_zip_file_content__("jquery.flot.resize.js") logo_file = open(base + "/html/gitinspector_piclet.png", "rb") logo = logo_file.read() @@ -82,6 +83,7 @@ def output_header(): jquery_tablesorter = tablesorter_js, jquery_flot = flot_js, jquery_flot_pie = pie_js, + jquery_flot_resize = resize_js, logo = logo.decode("utf-8", "replace"), logo_text = _("The output has been generated by {0}; the statistical analysis tool" " for git repositories.").format( diff --git a/gitinspector/html/html.header b/gitinspector/html/html.header index 9809405..c2559f9 100644 --- a/gitinspector/html/html.header +++ b/gitinspector/html/html.header @@ -7,6 +7,7 @@ +