10 lines
162 B
Smarty
10 lines
162 B
Smarty
|
{if $account_created == 1}
|
||
|
{literal}
|
||
|
<script>
|
||
|
$(document).ready(function() {
|
||
|
dataLayer.push({'event' : 'inscription'})
|
||
|
})
|
||
|
</script>
|
||
|
{/literal}
|
||
|
{/if}
|