From a01030c63a0b935690762b59433b776ccf622411 Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Sat, 2 Feb 2013 00:45:06 -0500 Subject: [PATCH] DOCS-1083 fix jira collector (missing JS blob) --- themes/mongodb/jiracollector.html | 15 +++++++++++++++ themes/mongodb/layout.html | 5 ++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 themes/mongodb/jiracollector.html diff --git a/themes/mongodb/jiracollector.html b/themes/mongodb/jiracollector.html new file mode 100644 index 00000000000..e2e4c9ee878 --- /dev/null +++ b/themes/mongodb/jiracollector.html @@ -0,0 +1,15 @@ +{%- block jiracollector -%} + +{%- endblock -%} diff --git a/themes/mongodb/layout.html b/themes/mongodb/layout.html index c077e20c906..1f2b05bfc65 100644 --- a/themes/mongodb/layout.html +++ b/themes/mongodb/layout.html @@ -192,5 +192,8 @@ {%- block analytics %} {%- include "analytics.html" %} {%- endblock %} - +{%- block jiracollector %} +{%- include "jiracollector.html" %} +{%- endblock %} +