remove folder

This commit is contained in:
Jeremy Kauffman 2016-07-24 16:05:35 -04:00
parent 4a7038149b
commit 6f713b5662
3 changed files with 6 additions and 3 deletions

View file

@ -21,7 +21,6 @@
</div> </div>
<div class="span5"> <div class="span5">
<?php echo View::render('download/_social') ?> <?php echo View::render('download/_social') ?>
<?php echo View::render('download/_social') ?>
</div> </div>
</main> </main>

View file

@ -22,4 +22,8 @@
<?php //and now everyone knows what happens on our website except us ?> <?php //and now everyone knows what happens on our website except us ?>
</script> </script>
<?php else: ?>
<?php js_start() ?>
console.log('Analytics partial skipped because this is a non-production instance.');
<?php js_end() ?>
<?php endif ?> <?php endif ?>

View file

@ -62,7 +62,7 @@
<?php foreach(Response::getJsAssets() as $src): ?> <?php foreach(Response::getJsAssets() as $src): ?>
<script src="<?php echo $src ?>"></script> <script src="<?php echo $src ?>"></script>
<?php endforeach ?> <?php endforeach ?>
<?php echo View::render('analytics/track') ?> <?php echo View::render('layout/_analytics') ?>
<?php $js = Response::getJsCalls() ?> <?php $js = Response::getJsCalls() ?>
<?php if ($js): ?> <?php if ($js): ?>
<script><?php echo implode("\n", $js) ?></script> <script><?php echo implode("\n", $js) ?></script>