Skip to content
Snippets Groups Projects
Commit 5dbb6a87 authored by efalcy's avatar efalcy
Browse files

dev #71435 : delete piwik view file

parent d73781f6
Branches
Tags
4 merge requests!2869Master,!2846Dev#71435 bonus piwik est devenu matomo,!2841Dev#71435 bonus piwik est devenu matomo,!2822Dev#71435 bonus piwik est devenu matomo
Pipeline #4957 passed with stage
in 1 hour, 29 minutes, and 4 seconds
<?php
Class_ScriptLoader::getInstance()
->addJQueryReady('var title = $(".modules h1");
var container_height = Math.round(window.innerHeight - title.position().top - title.height());
var container = $(".modules");
container.height(container_height);
$("iframe#matomo").height(container_height - title.height() - Math.round(container.css("padding-bottom").replace("px","")))');
if($this->error)
echo $this->tag('p', $this->error, ['class' => 'error']);
echo $this->tag('iframe', '', ['src' => $this->url,
'id' => 'matomo',
'frameborder' => '0',
'marginheight' => '0',
'marginwidth' => '0',
'width' => '100%',
'scrolling' => 'yes']);
?>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment