Skip to content

Commit

Permalink
Merge pull request mrob11#2 from jamestwebber/patch-1
Browse files Browse the repository at this point in the history
Found a small typo in the link to Google's copy of jquery.
  • Loading branch information
mrob11 committed Aug 8, 2011
2 parents 2bde72b + 1c4c6da commit 5f88a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectname/templates/base.html
Expand Up @@ -40,7 +40,7 @@

{% if debug %}{% include 'includes/debug.html' %}{% endif %}
{% block javascript_library %}
<script src="//http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="{{ STATIC_URL }}js/jquery-1.6.1.min.js"%3E%3C/script%3E'))</script>
{% endblock %}
{% block javascript %}{% endblock %}
Expand Down

0 comments on commit 5f88a9b

Please sign in to comment.