Skip to content

Commit

Permalink
Resolves depricated playlist in 0.13 release with more clean up needed
Browse files Browse the repository at this point in the history
  • Loading branch information
EdDixon committed Apr 10, 2015
1 parent 71f1477 commit 8589eff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kalite/distributed/templates/distributed/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
<!-- import handlebars templates here -->
<script src="{% url 'handlebars_templates' module_name="playlists" %}"></script>
<script type="text/javascript" src="{% static 'js/playlist/models.js' %}"></script>
<script type="text/javascript" src="{% static 'js/jquery.dotdotdot.min.js' %}"></script>
<script type="text/javascript" src="{% static 'js/distributed/homepage_playlists.js' %}"></script>
{% if settings.AUTO_LOAD_TEST %}{# TODO(bcipolli): eliminate this, make the load testing app inherit from / override this page #}
<script>
if (window.parent.frames.length === 0) {
Expand Down

0 comments on commit 8589eff

Please sign in to comment.