Skip to content

Commit

Permalink
Fixing 2 links
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Feb 24, 2016
1 parent f5e0ed7 commit d582efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panoramix/templates/panoramix/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
{% block head_js %}
<script src="/static/refactor/node_modules/jquery/dist/jquery.min.js"></script>
<script src="/static/refactor/node_modules/select2/dist/js/select2.full.min.js"></script>
<script src="/static/refactor/javascripts/vendor/jquery-ui.min.js"></script>
<script src="/static/refactor/javascripts/vendor/select2.sortable.js"></script>
<script src="/static/refactor/vendor/jquery-ui/jquery-ui.min.js"></script>
<script src="/static/refactor/vendor/select2.sortable.js"></script>
{% endblock %}
</head>

Expand Down

0 comments on commit d582efe

Please sign in to comment.