site-accueil-insa/matomo/plugins/Overlay/templates/notifyParentIframe.twig

15 lines
No EOL
460 B
Twig

<html>
<head>
<title></title>
<meta name="robots" content="noindex,nofollow">
</head>
<body>
<script type="text/javascript">
// go up two iframes to find the piwik window
var piwikWindow = window.parent.parent;
// notify piwik of location change
// the location has been passed as the hash part of the url from the overlay session
piwikWindow.Piwik_Overlay.setCurrentUrl(window.location.hash.substring(1));
</script>
</body>
</html>