mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-09 11:47:14 +02:00
Finished Iframe Implementation
This commit is contained in:
@@ -13,3 +13,7 @@ _paq.push(["enableLinkTracking"]);
|
||||
var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0];
|
||||
g.async=true; g.src=u+"matomo.js"; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
|
||||
{% if enable_debug | bool %}
|
||||
console.log("Matomo is loaded.");
|
||||
{% endif %}
|
Reference in New Issue
Block a user