Report archive
Drop-in client-side implementation using JavaScript
<div id="archive-module"></div>
<script>
(function(widgets) {
var url = "https://widget.datablocks.se/api/rose";
if (!window._MF) {
var b = document.createElement("script");
b.type = "text/javascript";
b.async = true;
b.src = url + "/assets/js/loader-v5.js";
document.getElementsByTagName("body")[0].appendChild(b);
}
window._MF = window._MF || {
data: [],
url: url,
ready: !!0,
render: function() { window._MF.ready = !0 },
push: function(w) { window._MF.data.push(w) }
};
window._MF.push(widgets);
})([{
query:"#archive-module"
,widget: "archive"
,locale: "sv"
,token: "<TOKEN>"
}]);
</script>Example
Example styling

CSS
Last updated
Was this helpful?