mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
remove folder
This commit is contained in:
parent
4a7038149b
commit
6f713b5662
3 changed files with 6 additions and 3 deletions
|
@ -21,7 +21,6 @@
|
|||
</div>
|
||||
<div class="span5">
|
||||
<?php echo View::render('download/_social') ?>
|
||||
<?php echo View::render('download/_social') ?>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
|
|
@ -22,4 +22,8 @@
|
|||
<?php //and now everyone knows what happens on our website except us ?>
|
||||
|
||||
</script>
|
||||
<?php else: ?>
|
||||
<?php js_start() ?>
|
||||
console.log('Analytics partial skipped because this is a non-production instance.');
|
||||
<?php js_end() ?>
|
||||
<?php endif ?>
|
|
@ -62,7 +62,7 @@
|
|||
<?php foreach(Response::getJsAssets() as $src): ?>
|
||||
<script src="<?php echo $src ?>"></script>
|
||||
<?php endforeach ?>
|
||||
<?php echo View::render('analytics/track') ?>
|
||||
<?php echo View::render('layout/_analytics') ?>
|
||||
<?php $js = Response::getJsCalls() ?>
|
||||
<?php if ($js): ?>
|
||||
<script><?php echo implode("\n", $js) ?></script>
|
||||
|
|
Loading…
Add table
Reference in a new issue