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: 71231c74b5a7890a4308a91d46a0a8c8a25225be (plain)
1
2
3
4
5
6
7
{literal}
    <script type="text/javascript">
        $(document).ready(function () {
            initializeSparklines();
        });
    </script>
{/literal}