Skip to content

Commit ca58da2

Browse files
author
Ed Costello
committed
fix rookie level javascript mistake
1 parent eb154e3 commit ca58da2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

themes/mongodb/layout.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,12 +312,14 @@
312312
<script>try { mktoMunchkin("017-HGS-593"); } catch(e) {}</script>
313313
{%- endblock %}
314314
{%- block jiracollector -%}
315+
<script type="text/javascript">
315316
jQuery.ajax({
316317
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",
317318
type: "get",
318319
cache: true,
319320
dataType: "script"
320321
});
322+
</script>
321323
{%- endblock %}
322324
</body>
323-
</html>
325+
</html>

0 commit comments

Comments
 (0)