10 lines
162 B
Smarty
Raw Normal View History

2016-10-18 11:28:16 +02:00
{if $account_created == 1}
{literal}
<script>
$(document).ready(function() {
dataLayer.push({'event' : 'inscription'})
})
</script>
{/literal}
{/if}