Skip to content

Commit

Permalink
Move jQuery loading back to "below the fold".
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 13, 2017
1 parent db3c2d5 commit f3ffa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layout/home.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<script type="text/javascript" src="<?php echo $GLOBALS['host_base'] ?>/js/jquery-1.4.4.min.js"></script>
</head>
<body>
<div class="area">
Expand All @@ -27,6 +26,7 @@
<?php echo $this->render('footer', array('locals' => array('quote' => $this->quote))) ?>
</div>
</div>
<script type="text/javascript" src="js/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="js/slides.min.jquery.js"></script>
<script type="text/javascript" src="js/informer.js"></script>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
Expand Down

0 comments on commit f3ffa76

Please sign in to comment.