Skip to content

Commit

Permalink
Merge branch 'jquery_path'
Browse files Browse the repository at this point in the history
  • Loading branch information
fivethreeo committed Jan 19, 2011
2 parents 5449a3e + 65f29d7 commit d5fd848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cms/templates/cms/toolbar/toolbar.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load i18n %}
<script type="text/javascript" src="{{ MEDIA_URL }}admin/js/jquery.min.js"></script>
{% load i18n adminmedia %}
<script type="text/javascript" src="{% admin_media_prefix %}js/jquery.min.js"></script>
<script type="text/javascript">
//<![CDATA[
// When jQuery is sourced, it's going to overwrite whatever might be in the
Expand Down

0 comments on commit d5fd848

Please sign in to comment.