Skip to content

Commit

Permalink
Cleaning up previous hack
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 28, 2015
1 parent 391b31e commit af98972
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions panoramix/templates/panoramix/viz.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
{% block tail %}
{{super()}}
{% if viz.form_data.get("skip_libs") != "true" %}
<script src="{{ url_for("static", filename="d3.min.js") }}"></script>
<script>
f = d3.format(".4s");
</script>
{% for js in viz.js_files %}
<script src="{{ url_for('static', filename=js) }}"></script>
{% endfor %}
Expand Down

0 comments on commit af98972

Please sign in to comment.