Skip to content

Commit

Permalink
add bounce bar script. #43
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jul 8, 2015
1 parent 55b5f89 commit 9e6bc80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/views/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"https://plus.google.com/104724190750629608501/"]
}
</script>
<script type="text/javascript" src="//cdn.bounce.bar/114697.js"></script>
<?php
foreach($styleSheets as $css) { echo '<link rel="stylesheet" href="'.css_url($css).'?'.time().'">'; }
foreach($javaScripts as $js) { echo '<script src="'.js_url($js).'"></script>'; }
Expand Down

0 comments on commit 9e6bc80

Please sign in to comment.