Skip to content

Commit

Permalink
Revert {{ sitejs_include }} replacement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspar Naaber committed Oct 1, 2015
1 parent 92e2ff5 commit e10345d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/js.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
{% sitejs_include %}
<script src="{{ site.static_asset_host }}/libs/picturefill/latest/picturefill.min.js"></script>
<script type="text/javascript">
$(function() {
$('#langmenu select').change(function() { window.location = $(this).find(':selected').val(); });
Expand Down

0 comments on commit e10345d

Please sign in to comment.