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

_uiControl.twig « templates « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3be1e17be58c95baeb76f23ea6caf66c434c0822 (plain)
1
2
3
4
5
6
7
<div class="{{ cssIdentifier }} {{ cssClass }}"
     piwik-expand-on-click
     data-props="{{ clientSideProperties|json_encode }}"
     data-params="{{ clientSideParameters|json_encode }}">
     {% render implView with implOverride %}
</div>
<script>$(document).ready(function () { require('{{ jsNamespace }}').{{ jsClass }}.initElements(); });</script>