Skip to content
Snippets Groups Projects
Unverified Commit cab94fc8 authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #1597 from OpenTechFund/enhancement/impacts-and-outcomes-iframe

JS for Impacts and Outcomes iframe.
parents cc1eab3a 65978af9
No related branches found
No related tags found
No related merge requests found
......@@ -14,4 +14,16 @@
$('.section--share').before($dataviz_iframe);
}
if (window.location.pathname.indexOf('impacts-and-outcomes') !== -1) {
var $dataviz_iframe2 = $('<iframe/>', {
id: 'dataviz',
src: 'https://dataviz.opentech.fund/impacts/',
title: 'Impacts and Outcomes',
width: '100%',
height: '460rem',
frameborder: 0
});
$('.section--share').before($dataviz_iframe2);
}
})(jQuery);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment