Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sparkline_footer.tpl « templates « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 068acec3e998381fb8f4b3a014a100372ba5a7f1 (plain)
1
2
3
4
5
6
7
{literal}
<script type="text/javascript">
	$(document).ready(function() {
		initializeSparklines();
	});
</script>
{/literal}