Skip to content

Commit eb154e3

Browse files
author
Ed Costello
committed
Add jquery based jira issue collector
1 parent 7871ea3 commit eb154e3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

themes/mongodb/layout.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,5 +311,13 @@
311311
</script>
312312
<script>try { mktoMunchkin("017-HGS-593"); } catch(e) {}</script>
313313
{%- endblock %}
314-
</body>
315-
</html>
314+
{%- block jiracollector -%}
315+
jQuery.ajax({
316+
url: "https://jira.mongodb.org/s/en_US-bxctp1/782/6/1.2.4/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector-embededjs/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector-embededjs.js?collectorId=4a7ac3e7",
317+
type: "get",
318+
cache: true,
319+
dataType: "script"
320+
});
321+
{%- endblock %}
322+
</body>
323+
</html>

0 commit comments

Comments
 (0)