mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
quotes are useful
This commit is contained in:
parent
89d9940ba4
commit
8cfd7784a1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
<?php js_start() ?>
|
<?php js_start() ?>
|
||||||
ga('send', 'event', 'Sign Up', 'Join List', '<?php echo $listId ?>');
|
ga('send', 'event', 'Sign Up', 'Join List', '<?php echo $listId ?>');
|
||||||
twttr.conversion.trackPid('nty1x');
|
twttr.conversion.trackPid('nty1x');
|
||||||
fbq('track', <?php echo $fbEvent ?>);
|
fbq('track', '<?php echo $fbEvent ?>');
|
||||||
<?php js_end() ?>
|
<?php js_end() ?>
|
||||||
<div class="notice notice-success spacer1"><?php echo $success ?></div>
|
<div class="notice notice-success spacer1"><?php echo $success ?></div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue